Программа считывает показания датчиков и управляет сервомашинками.

Dependencies:   mbed-src

Fork of NUCLEO_BLUENRG by Ostap Ostapsky

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers tag_math.h Source File

tag_math.h

00001 #ifndef TAG_MATH_H
00002 #define TAG_MATH_H
00003 
00004 #ifdef __cplusplus
00005  extern "C" {
00006 #endif
00007 
00008 double calcTmpTarget(uint8_t* rawData);
00009 double calcHumRel(uint8_t* rawData);
00010 
00011 #ifdef __cplusplus
00012 }
00013 #endif
00014 
00015 #endif