FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Arduino API · Infineon/TLE5012-Magnetic-Angle-Sensor Wiki · GitHub

This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Arduino API

Filies Olaf (IFAG DES TCP PSA) edited this page Feb 4, 2021 · 3 revisions

List of Arduino TLE5012B public API functions:

List of the basic TLE5012B public API functions:

  • Tle5012Ino()
  • begin()

List of the basic SPIC public API functions:

  • SPICIno
  • init()
  • deinit()
  • triggerUpdate()
  • sendReceive()

List of the basic SPI ino 3wire SSC public API functions:

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()

List of the basic GPIO public API functions:

  • 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.

Wiki pages Pages 23

Clone this wiki locally


Back | FazBrowse Home | New Git URL