mirror of
https://github.com/Kugelschieber/arduino-c.git
synced 2026-01-18 11:00:26 +00:00
Started implementing EEPROM writer/reader for AT28C256.
This commit is contained in:
8
at28c256/at28c256.h
Normal file
8
at28c256/at28c256.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef AT28C256_H_
|
||||
#define AT28C256_H_
|
||||
|
||||
void at28c256_init(unsigned char, unsigned char);
|
||||
void at28c256_write(unsigned short, unsigned char);
|
||||
//unsigned char at28c256_read(unsigned short); TODO
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user