Degree Computation

Dependencies:   aconno_SEGGER_RTT LSM9DS1 Si7006A20 adc52832_common aconnoMPL115A1 aconno_bsp

Revision:
0:442d98af8cc7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/readme.md	Wed Dec 12 19:28:16 2018 +0100
@@ -0,0 +1,13 @@
+SETTING THE TIMINGS WITH THE FOLLOWING 2 DEFINES
+
+    WAKE_UP_TIME determines how often data is read from sensors
+    
+    ADV_INTERVAL determines how often data is advertised, don't go under 100 ms
+    
+    These are both defined in /main.cpp
+    
+ACCELERATION FACTOR
+
+    Acceleration value can be calculated from raw sensor value by the following
+    formula:
+        acceleration = raw_value * (correction_factor/2^16)
\ No newline at end of file