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).
readAngleValueProcessing.hpp
Go to the documentation of this file.
1 
23 #ifndef READANGLEVALUEPROCESSING_HPP_
24 #define READANGLEVALUEPROCESSING_HPP_
25 
26 #include "../../../../config/tle5012-conf.hpp"
27 
28 #if (TLE5012_FRAMEWORK == TLE5012_FRMWK_WICED)
29 
30 #include <stdlib.h>
31 #include <wiced.h>
32 #include <TLE5012-platf-wiced.hpp>
33 #include <TLE5012-pal-wiced.hpp>
34 #include <TLE5012b.hpp>
35 #include "wiced_rtos.h"
36 
37 extern "C" void application_start();
38 
39 #endif
40 #endif /* READANGLEVALUEPROCESSING_HPP_ */
TLE5012 Wiced Hardware Platforms.
void application_start()
Definition: E9000SPC.cpp:115