WICED API - Infineon/TLE5012-Magnetic-Angle-Sensor GitHub Wiki
List of WICED Hall public API functions:
List of the basic TLE5012B public API functions:
- Tle5012Wiced())
- begin()
List of the basic SPIC public API functions:
- SPICWiced
- init()
- deinit()
- transfer16()
- triggerUpdate()
- sendReceive()
List of the basic GPIO public API functions:
- GPIOWiced();
- init()
- deinit()
- read()
- write()
- enable()
- disable()
Find the complete documentation for each of the WICED functions and and rest of the library code structures in the WICED API Doxygen docs section.