eeprom6 2.0.0.0
|
EEPROM 6 Click Example. More...
Macros | |
#define | EEPROM6_DEMO_TEXT "MikroE - EEPROM 6 click board" |
#define | EEPROM6_TEXT_ADDRESS 0x0000 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
EEPROM 6 Click Example.
This example demonstrates the use of EEPROM6 click board by writing string to a memory at some specific location and then reading it back.
The demo application is composed of two sections :
Initializes the driver and performs the click default configuration.
This example shows capabilities of EEPROM 6 Click board by writting a string into memory location from a specific address, and then reading it back every 5 seconds.
#define EEPROM6_DEMO_TEXT "MikroE - EEPROM 6 click board" |
#define EEPROM6_TEXT_ADDRESS 0x0000 |
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 | ) |