eeprom3
2.0.0.0
|
Eeprom3 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 [10] = { 0 } |
Eeprom3 Click example.
This application demonstrates the process of reading and writing to the EEPROM.
The demo application is composed of two sections :
Initializes EEPROM 3 driver.
Writing data to EEPROM, reading that data and displaying it via UART
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[10] = { 0 } |
uint8_t text[6] = { 'M','i','k','r','o','e' } |