eeprom stuff
This commit is contained in:
@ -2,9 +2,12 @@
|
||||
#define EEPROM_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <spi.h>
|
||||
|
||||
|
||||
void eepromInit();
|
||||
void eepromWrite(uint16_t addr, uint8_t *buf, uint8_t len);
|
||||
void eepromRead(uint16_t addr, uint8_t *buf, uint8_t len);
|
||||
void eepromSpiTxCpltCallback(SPI_HandleTypeDef *hspi);
|
||||
|
||||
|
||||
#endif /* EEPROM_H_ */
|
||||
|
Reference in New Issue
Block a user