-
Notifications
You must be signed in to change notification settings - Fork 27
Arduino API
Filies Olaf (IFAG DES TCP PSA) edited this page Feb 4, 2021
·
3 revisions
List of Arduino TLE5012B public API functions:
- Tle5012Ino()
- begin()
- SPICIno
- init()
- deinit()
- triggerUpdate()
- sendReceive()
This class is needed as the SSC interface of the sensor uses MISO/MOSI as a push pull interface on one line.
- SPIClass3W();
- begin()
- setCSPin()
- sendReceiveSpi()
- GPIOIno();
- init()
- changeMode()
- deinit()
- read()
- write()
- enable()
- disable()
Find the complete documentation for each of the Arduino functions and and rest of the library code structures in the Arduino API Doxygen docs section.
Library Architecture
TLE5012B API
TLE5012B Register API
PAL Interface
Source Tree Structure
Preprocessor Configuration
Porting Guide
Doxygen Docs
Arduino
- Getting Started
- Lib Installation
- Arduino API
- PlatformIO
Cypress WICED
- Getting Started
- Lib Installation
- WICED API
- Troubleshooting Guide