eeprom10 2.1.0.0
|
EEPROM 10 Click example. More...
Macros | |
#define | EEPROM10_TEST_ADDRESS 0x0010u |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
EEPROM 10 Click example.
This example demonstrates the use of EEPROM 10 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 USB UART logging.
In this example, we write and then read data from EEPROM memory. Results are being sent to the Usart Terminal where you can track their changes. All data logs write on USB UART changes approximately every second.
#define EEPROM10_TEST_ADDRESS 0x0010u |
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |