SensorLib
0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
Loading...
Searching...
No Matches
AccelerometerDrv.hpp
Go to the documentation of this file.
1
29
#pragma once
30
31
#include "
SensorBuildOpt.h
"
32
33
#if !SENSORLIB_EXCLUDE_BMA422
34
#include "
sensor/accelerometer/bma/SensorBMA422.hpp
"
35
#endif
36
37
#if !SENSORLIB_EXCLUDE_BMA423
38
#include "
sensor/accelerometer/bma/SensorBMA423.hpp
"
39
#endif
40
41
#if !SENSORLIB_EXCLUDE_BMA456H
42
#include "
sensor/accelerometer/bma/SensorBMA456H.hpp
"
43
#endif
44
45
#if !SENSORLIB_EXCLUDE_BMA4XX_COMMON
46
#include "
sensor/accelerometer/bma/SensorBMA4XX.hpp
"
47
#endif
SensorBuildOpt.h
SensorBMA422.hpp
@license MIT License
SensorBMA423.hpp
@license MIT License
SensorBMA456H.hpp
@license MIT License
SensorBMA4XX.hpp
@license MIT License
src
AccelerometerDrv.hpp
Generated by
1.9.8