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