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