eeprom2
2.0.0.0
|
Eeprom2 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
Variables | |
uint8_t | text [6] = { 'M','i','k','r','o','e' } |
char | mem_value [6] |
Eeprom2 Click example.
This application demonstrates the process of writing and reading of data from EEPROM.
The demo application is composed of two sections :
Initializes EEPROM 2 driver.
Writing data to EEPROM and then reading that data and writing it via UART.
note: <NOTE>
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
void main | ( | void | ) |
char mem_value[6] |
uint8_t text[6] = { 'M','i','k','r','o','e' } |