shtan 2.0.0.0
|
ShtAn Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
ShtAn Click example.
This app demonstrates the use of SHT AN click to measure temperature and humidity.
The demo application is composed of two sections :
Initialization driver enables - GPIO, sw reset, initializes ADC, set ADC channel and sets ADC read mode.
This is a example which demonstrates the use of SHT AN Click board. Measured temperature and humidity ADC data and calculate temperature data to degrees Celsius/Fahrenheit and relative humidity data to percentage. Results are being sent to the Usart Terminal where you can track their changes. All data logs on usb uart for aproximetly every 1 sec.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |