mbusrf4
2.0.0.0
|
MBusRf4 Click example. More...
Macros | |
#define | PROCESS_COUNTER 10 |
#define | PROCESS_RX_BUFFER_SIZE 500 |
#define | PROCESS_PARSER_BUFFER_SIZE 1000 |
#define | DEMO_APP_RECEIVER |
Functions | |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
Variables | |
uint8_t | tx_buffer [20] |
MBusRf4 Click example.
This example reads and processes data from M-BUS RF 4 clicks.
The demo application is composed of two sections :
Initializes driver init, reads basic information and checks communication
In the RX mode it is waiting to receive data from another module... In the TX mode sends the data packet....
#define DEMO_APP_RECEIVER |
#define PROCESS_COUNTER 10 |
#define PROCESS_PARSER_BUFFER_SIZE 1000 |
#define PROCESS_RX_BUFFER_SIZE 500 |
void application_init | ( | void | ) |
void application_task | ( | void | ) |
void main | ( | void | ) |
uint8_t tx_buffer[20] |