accel7  2.0.0.0
Functions
main.c File Reference

Accel7 Click example. More...

#include "board.h"
#include "log.h"
#include "accel7.h"

Functions

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

Detailed Description

Accel7 Click example.

Description

This example shows how data from all three axes is collected, processed and later displayed in the logger module.

The demo application is composed of two sections :

Application Init

This is where the logger and the click modules get initialised and configured.

Application Task

This is where the data gets collected, processed and printed out.

Author
MikroE Team

Function Documentation

◆ application_init()

void application_init ( )

◆ application_task()

void application_task ( )

◆ main()

void main ( )