diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2011-10-13 20:33:30 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2011-10-13 20:33:30 +0200 |
commit | 5d9d373a959271b498710817d08c2ea8e153aa6e (patch) | |
tree | 6867e887454a850b4e15616000ef342a1c661c7e /firmware/eeprom.h | |
parent | 35a36b0a6c69ce136fd6ea2a203d34e48e1291e8 (diff) | |
download | mini-octopus-5d9d373a959271b498710817d08c2ea8e153aa6e.tar.gz mini-octopus-5d9d373a959271b498710817d08c2ea8e153aa6e.zip |
correct firmware??
Diffstat (limited to 'firmware/eeprom.h')
-rw-r--r-- | firmware/eeprom.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/firmware/eeprom.h b/firmware/eeprom.h deleted file mode 100644 index 2ac7d4a..0000000 --- a/firmware/eeprom.h +++ /dev/null @@ -1,11 +0,0 @@ -#include <inttypes.h> -#include <stdbool.h> - -#define MAX_ADDR 4095 - -void eeprom_parser(char *buf); - -void eeprom_read_bytes_usb(uint16_t addr, uint16_t length); -uint8_t eeprom_read_bytes(uint16_t addr, char * buf, uint16_t length); -void eeprom_write_bytes_usb(uint16_t addr, char * buf, uint16_t length); -uint8_t eeprom_write_bytes(uint16_t addr, char * buf, uint16_t length); |