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/93c46.h | |
parent | 35a36b0a6c69ce136fd6ea2a203d34e48e1291e8 (diff) | |
download | mini-octopus-5d9d373a959271b498710817d08c2ea8e153aa6e.tar.gz mini-octopus-5d9d373a959271b498710817d08c2ea8e153aa6e.zip |
correct firmware??
Diffstat (limited to 'firmware/93c46.h')
-rw-r--r-- | firmware/93c46.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/firmware/93c46.h b/firmware/93c46.h index d919036..817eade 100644 --- a/firmware/93c46.h +++ b/firmware/93c46.h @@ -47,6 +47,10 @@ #define DO (B, 3) + + + + #define DIN0 (B, 4) #define DIN1 (B, 5) @@ -96,4 +100,14 @@ void erase_write_disable(void); uint8_t flash_93c46_read_word(uint8_t add); uint8_t flash_93c46_write_word(uint8_t add,uint8_t wd); + + + + + + + + + + #endif /* SPI_H */ |