rs4855
2.0.0.0
|
Rs4855 Click example. More...
Macros | |
#define | PROCESS_COUNTER 10 |
#define | PROCESS_RX_BUFFER_SIZE 500 |
#define | PROCESS_PARSER_BUFFER_SIZE 500 |
#define | RECIEVER |
Functions | |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
Variables | |
uint8_t | message [9] = { 'M', 'i', 'k', 'r', 'o', 'E', 13, 10, 0 } |
Rs4855 Click example.
This example reads and processes data from RS485 5 clicks.
The demo application is composed of two sections :
Initializes driver and wake-up module.
Reads the received data and parses it.
#define PROCESS_COUNTER 10 |
#define PROCESS_PARSER_BUFFER_SIZE 500 |
#define PROCESS_RX_BUFFER_SIZE 500 |
#define RECIEVER |
void application_init | ( | void | ) |
void application_task | ( | void | ) |
void main | ( | void | ) |
uint8_t message[9] = { 'M', 'i', 'k', 'r', 'o', 'E', 13, 10, 0 } |