Changes done in ECG and BT
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
eeprom_pgm.h@4:6bd81bb1790d, 2017-03-01 (annotated)
- Committer:
- nikitateggi
- Date:
- Wed Mar 01 18:49:33 2017 +0000
- Revision:
- 4:6bd81bb1790d
- Child:
- 22:ffa88619551d
POC code with eeprom
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nikitateggi | 4:6bd81bb1790d | 1 | #ifndef EEPROM_PGM_H_ |
nikitateggi | 4:6bd81bb1790d | 2 | #define EEPROM_PGM_H_ |
nikitateggi | 4:6bd81bb1790d | 3 | |
nikitateggi | 4:6bd81bb1790d | 4 | |
nikitateggi | 4:6bd81bb1790d | 5 | void eprom_write(uint32_t address, int8_t data); |
nikitateggi | 4:6bd81bb1790d | 6 | int eprom_read(uint32_t address); |
nikitateggi | 4:6bd81bb1790d | 7 | |
nikitateggi | 4:6bd81bb1790d | 8 | #endif |