Degree Computation

Dependencies:   aconno_SEGGER_RTT LSM9DS1 Si7006A20 adc52832_common aconnoMPL115A1 aconno_bsp

readme.md

Committer:
jurica238814
Date:
2019-01-08
Revision:
5:6d20ad2a69ba
Parent:
0:442d98af8cc7

File content as of revision 5:6d20ad2a69ba:

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)