diff options
| -rw-r--r-- | sw/eeprom.h | 3 | ||||
| -rw-r--r-- | sw/spi.h | 5 | ||||
| -rw-r--r-- | sw/sys.h | 4 | ||||
| -rw-r--r-- | sw/types.h | 5 |
4 files changed, 15 insertions, 2 deletions
diff --git a/sw/eeprom.h b/sw/eeprom.h index 4e4dfe2..07438a0 100644 --- a/sw/eeprom.h +++ b/sw/eeprom.h @@ -1,4 +1,7 @@ /* Microchip 25LC160C 2KiB EEPROM + * + * Device: PIC16F1459 + * Compiler: XC8 v3.00 * * Usage: * @@ -1,4 +1,7 @@ -/* Usage: +/* Device: PIC16F1459 + * Compiler: XC8 v3.00 + * + * Usage: * * #include <stdint.h> * #include "types.h" @@ -1,3 +1,7 @@ +/* Device: PIC16F1459 + * Compiler: XC8 v3.00 + */ + // TRIS enum { OUT = 0, @@ -1,4 +1,7 @@ -/* Usage: +/* Device: PIC16F1459 + * Compiler: XC8 v3.00 + * + * Usage: * * #include <stdint.h> * #include "types.h" |