eeprom at24c signs of life
[cortex-from-scratch] / include / drivers / at24c.h
1 #ifndef __AT24C_H
2 #define __AT24C_H
3
4 extern void at24c_init();
5 extern void at24c_run();
6
7 #endif