thumbstick 2.0.0.0
main.c File Reference

Thumbstick Click example. More...

#include "board.h"
#include "log.h"
#include "thumbstick.h"

Macros

#define TIMER_FLAG   1000
 

Functions

void application_init (void)
 
void application_task (void)
 
int main (void)
 

Detailed Description

Thumbstick Click example.

Description

The demo application shows clickboard axis postioning and button pressed.

The demo application is composed of two sections :

Application Init

Initialization of click board's and log's objects.

Application Task

It reads the position of the thumbstick,

  • You will get data on log on every change of thumbstick axis position, or if you hold thumbstick in one postion it will repeat the same log when timer reaches timeout.
  • You will get data on log whenever you press thumbstick button and release it.
Author
Luka Filipovic

Macro Definition Documentation

◆ TIMER_FLAG

#define TIMER_FLAG   1000

Function Documentation

◆ application_init()

void application_init ( void )

Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG

Note
If USB_UART_RX and USB_UART_TX are defined as HAL_PIN_NC, you will need to define them manually for log to work. See LOG_MAP_USB_UART macro definition for detailed explanation.

◆ application_task()

void application_task ( void )

◆ main()

int main ( void )