nfcextend 2.0.0.0
|
NfcExtend Click example. More...
Functions | |
void | wait_for_interrupt () |
void | application_init () |
void | application_task () |
int | main (void) |
Variables | |
uint8_t | default_password [NFCEXTEND_PASSWORD_LEN] = { 0 } |
NfcExtend Click example.
This example showcases how to configure and use the NFC Extend click. The click is an NFC tag interface which uses the I2C serial interface and an RF link interface in order to communicate. The example requires the ST25 NFC Tap application which can be downloaded to your phone.
The demo application is composed of two sections :
This function initializes and configures the logger and click modules.
This function waits for the interrupt signal, after which it expects data transfers. Once some data has been detected it will open a communication channel with the device transmitting it and show the received data in the UART console.
void application_init | ( | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | ) |
int main | ( | void | ) |
void wait_for_interrupt | ( | ) |
uint8_t default_password[NFCEXTEND_PASSWORD_LEN] = { 0 } |