peltier  2.0.0.0
Functions
main.c File Reference

Peltier Click example. More...

#include "board.h"
#include "log.h"
#include "peltier.h"

Functions

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

Detailed Description

Peltier Click example.

Description

This application is ultralow power energy harvester and battery charger.

The demo application is composed of two sections :

Application Init

Initializes GPIO driver, disables both 1.8V and 3.3V outputs and starts write log.

Application Task

This example demonstrates the use of Peltier Click board by first enableing 1.8V output, second by enableing 3.3V output, then enabling both outputs and finally disabling both outputs in 5 seconds intervals.

Author
MikroE Team

Function Documentation

◆ application_init()

void application_init ( void  )

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )