eeprom9 2.1.0.0
|
EEPROM 9 Click example. More...
Macros | |
#define | MEMORY_ADDRESS 0x0300 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
EEPROM 9 Click example.
This is an example that demonstrates the use of the EEPROM 9 Click board.
The demo application is composed of two sections :
Initializes the driver and USB UART logging, disables hold and write protection.
Writes a desired number of data bytes to the EEPROM 9 memory into a specified address, and verifies that it is written correctly by reading from the same memory location.
#define MEMORY_ADDRESS 0x0300 |
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 | ) |