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