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-ino.hpp
Go to the documentation of this file.
1 
14 #ifndef TLE5012_INO_HPP_
15 #define TLE5012_INO_HPP_
16 
17 #include "config/tle5012-conf.hpp"
18 
19 #if (TLE5012_FRAMEWORK == TLE5012_FRMWK_ARDUINO)
20 
26 #include "corelib/TLE5012b.hpp"
28 
38 /* @} */
39 
40 #endif
41 #endif
TLE5012 Arduino Hardware Platforms.
TLE5012 Library Configuration.