diff options
author | Martin Peach <mrpeach@users.sourceforge.net> | 2006-11-01 02:21:52 +0000 |
---|---|---|
committer | Martin Peach <mrpeach@users.sourceforge.net> | 2006-11-01 02:21:52 +0000 |
commit | 8f9ca6ec836845665d7c7bd39ff9bb3eba957b43 (patch) | |
tree | 5338bc51f2d501a374705c332f80b78f4c05afd6 /PICduino | |
parent | 4667d507cd6832e7dffebdc8ec2205e6d7122207 (diff) |
changed comments
svn path=/trunk/externals/hardware/arduino/; revision=6207
Diffstat (limited to 'PICduino')
-rwxr-xr-x | PICduino/f767duino.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PICduino/f767duino.asm b/PICduino/f767duino.asm index 56ad270..aeb21ca 100755 --- a/PICduino/f767duino.asm +++ b/PICduino/f767duino.asm @@ -37,8 +37,8 @@ ; *
;************************************************************************************************
; *
-; This is an implementation of the Arduino using a PIC16F767 instead of an ATmega8. *
-; See PICduino.CKT for the schematic. *
+; This is an implementation of the pd firmware on Arduino using a PIC16F767 instead of an ATmega8.*
+; See picduino.png for the schematic. *
; *
;************************************************************************************************
;___Arduino_Pin_Name____=___PIC_Pin_Name____*
|