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