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