macaddress 2.0.0.0
|
MacAddress Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
MacAddress Click example.
Provides a unique node address for your application.
The application is composed of two sections :
Initialization driver enables - I2C, also write log.
MAC Address click communicates with register via I2C protocol by the write to register and read from the register. This example shows write/read single byte and sequential write/read from EEPROM. Results are being sent to the Usart Terminal where you can track their changes. All data logs write on USB uart changes for every 1 sec.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |