swieeprom 2.1.0.0
|
SWI EEPROM Click Example. More...
Macros | |
#define | DEMO_TEXT_MESSAGE "MIKROE" |
#define | STARTING_ADDRESS 0x00 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
SWI EEPROM Click Example.
This example demonstrates the use of SWI EEPROM click board by writing specified data to the memory and reading it back.
The demo application is composed of two sections :
Initializes the driver and logger and checks the communication.
Writes the specified text message to the memory and reads it back. After that, erases the whole memory and tries to read the same message verifying that the memory is erased. All data is being displayed on the USB UART where you can track the program flow.
#define DEMO_TEXT_MESSAGE "MIKROE" |
#define STARTING_ADDRESS 0x00 |
void application_init | ( | void | ) |
< Logger config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |