capextend  2.0.0.0
Functions
main.c File Reference

CapExtend Click example. More...

#include "board.h"
#include "log.h"
#include "capextend.h"

Functions

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

Detailed Description

CapExtend Click example.

Description

This example showcases the initialization and configuration of the logger and click modules and later on shows how to read and display the 16-bit button map ( LSB + MSB ).

The demo application is composed of two sections :

Application Init

This function initializes and configures the click and logger modules.

Application Task

This function collects map data and displays the 16-bit button map, where each bit that has the value 1 represents a button that has been pressed.

Author
MikroE Team

Function Documentation

◆ application_init()

void application_init ( )

◆ application_task()

void application_task ( )

◆ main()

void main ( )