samltouch 2.0.0.0
|
SamlTouch Click example. More...
Macros | |
#define | PROCESS_RX_BUFFER_SIZE 1000 |
#define | PROCESS_BUFFER_SIZE 80 |
Functions | |
void | parser_application () |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Variables | |
samltouch_state_t | saml_touch_status |
SamlTouch Click example.
This example reads and processes data from SAML Touch clicks.
The demo application is composed of two sections :
Initializes driver.
Reads the received data and parses it.
#define PROCESS_BUFFER_SIZE 80 |
#define PROCESS_RX_BUFFER_SIZE 1000 |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |
void parser_application | ( | ) |
samltouch_state_t saml_touch_status |