![]() |
Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
|
These functions convert raw-data into engineering units. More...

Functions | |
| float_t | lis2mdl_from_lsb_to_mgauss (int16_t lsb) |
| float_t | lis2mdl_from_lsb_to_celsius (int16_t lsb) |
| float_t | lis2mdl_from_lsb_to_nanotesla (int16_t lsb) |
| Converts raw magnetic data to nanotesla (nT). Sensitivity: 1 LSB = 1.5 mG = 150 nT. | |
These functions convert raw-data into engineering units.
| float_t lis2mdl_from_lsb_to_celsius | ( | int16_t | lsb | ) |
Definition at line 124 of file lis2mdl_reg.c.
| float_t lis2mdl_from_lsb_to_mgauss | ( | int16_t | lsb | ) |
Definition at line 119 of file lis2mdl_reg.c.
| float_t lis2mdl_from_lsb_to_nanotesla | ( | int16_t | lsb | ) |
Converts raw magnetic data to nanotesla (nT). Sensitivity: 1 LSB = 1.5 mG = 150 nT.
| lsb | raw data from sensor output register (16-bit) |
| magnetic | field in nanotesla |
Definition at line 137 of file lis2mdl_reg.c.