eeprom 2.0.0.0
|
Eeprom Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Eeprom Click example.
This is a example which demonstrates the use of EEPROM Click board.
The demo application is composed of two sections :
Initializes peripherals and pins used by EEPROM Click. Initializes SPI serial interface and puts a device to the initial state.
First page of memory block 1 will be written with data values starting from 1 to 16. This memory page will be read by the user, to verify successfully data writing. Data writing to memory will be protected upon memory writing, and before memory reading.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |