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

Dependencies:   mbed-src

Fork of NUCLEO_BLUENRG by Ostap Ostapsky

Revision:
0:aa1e012ec210
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tag_math.h	Sat Aug 16 11:00:04 2014 +0000
@@ -0,0 +1,15 @@
+#ifndef TAG_MATH_H
+#define TAG_MATH_H
+
+#ifdef __cplusplus
+ extern "C" {
+#endif
+
+double calcTmpTarget(uint8_t* rawData);
+double calcHumRel(uint8_t* rawData);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif