eeprom2 2.0.0.0
|
Eeprom2 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Variables | |
uint8_t | text [7] = { 'M','i','k','r','o','e' } |
uint8_t | mem_value [7] = { 0 } |
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.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |
uint8_t mem_value[7] = { 0 } |
uint8_t text[7] = { 'M','i','k','r','o','e' } |