TLE5012B  3.1.0
The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field. The raw signals (sine and cosine) are digitally processed internally to calculate the angle orientation of the magnetic field (magnet).
tle5012-conf.hpp
Go to the documentation of this file.
1 
10 #ifndef TLE5012_CONF_HPP_
11 #define TLE5012_CONF_HPP_
12 
13 #include "tle5012-conf-opts.hpp"
14 
20 #ifndef TLE5012_FRAMEWORK
21 #define TLE5012_FRAMEWORK TLE5012_FRMWK_ARDUINO
22 #endif
23 
24 #include "tle5012-conf-dfl.hpp"
27 #endif
TLE5012 Default Library Configuration.
TLE5012 Library Configuration Options.