Commits on Source (6)
-
Vincenzo Santomarco authored
- Implemented basic functions for checking whether sensor is properly working or not
-
Vincenzo Santomarco authored
Compiled, but not tested, implementation of the "onSimpleUpdate" method for ASM330LHH driver. - Driver should now be able to correctly read data coming from gyroscope, accelerometer and temperature sensor - Still has to be tested on a properly working IMU
-
Vincenzo Santomarco authored
- Implemented compiling selftest function - Everithing still have to be tested on a working sensor
-
Vincenzo Santomarco authored
- It is now possible to specify every how many "onSimpleUpdata" calls the temperature data must be read
-
Vincenzo Santomarco authored
- Created asm330lhh namespace for configuration structs - Renamed asm330lhh_params to asm330lhh::config - Created fifo_config struct
-
Vincenzo Santomarco authored
- added fifo setup method - added asm330lhh namespace - params name reftactoring
Showing
- sbs.conf 9 additions, 1 deletionsbs.conf
- src/entrypoints/asm330lhh_test.cpp 53 additions, 0 deletionssrc/entrypoints/asm330lhh_test.cpp
- src/shared/sensors/ASM330LHH/ASM330LHH.h 603 additions, 0 deletionssrc/shared/sensors/ASM330LHH/ASM330LHH.h
- src/shared/sensors/ASM330LHH/ASM330LHHData.h 14 additions, 0 deletionssrc/shared/sensors/ASM330LHH/ASM330LHHData.h
src/entrypoints/asm330lhh_test.cpp
0 → 100644
src/shared/sensors/ASM330LHH/ASM330LHH.h
0 → 100644
src/shared/sensors/ASM330LHH/ASM330LHHData.h
0 → 100644