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-opts.hpp
Go to the documentation of this file.
1 
15 #ifndef TLE5012_CONF_OPTS_HPP_
16 #define TLE5012_CONF_OPTS_HPP_
17 
19 #define TLE5012_FRMWK_ARDUINO 0x01U
20 #define TLE5012_FRMWK_WICED 0x02U
21 #define TLE5012_FRMWK_MTB 0x03U
22 #define TLE5012_FRMWK_PSOC 0x04U
23 
26 #endif