mini-polish eeprom
This commit is contained in:
parent
8dab08f7f8
commit
cd219510e2
@ -16,7 +16,6 @@ void MEM_write_1_byte(uint8_t address, uint8_t data);
|
|||||||
void MEM_write_4_byte(uint8_t address, uint32_t data);
|
void MEM_write_4_byte(uint8_t address, uint32_t data);
|
||||||
uint8_t MEM_read_1_byte(uint8_t address);
|
uint8_t MEM_read_1_byte(uint8_t address);
|
||||||
uint32_t MEM_read_4_byte(uint8_t address);
|
uint32_t MEM_read_4_byte(uint8_t address);
|
||||||
// void MEM_write_CONTROL_STEERING_MODE(uint8_t data);
|
|
||||||
|
|
||||||
#endif /* EEPROM_INTERFACE_H */
|
#endif /* EEPROM_INTERFACE_H */
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user