Skip to content

TLE5012B API

Dr. Olaf Filies edited this page Dec 3, 2020 · 2 revisions

List of the base driver functions for the TLE5012B sensor. All functions are working with the SSC interface only.

  • Tle5012b()
  • begin()
  • disableSensor()
  • enableSensor()
  • end()
  • fetch_Safety()
  • getAngleRange()
  • getAngleSpeed()
  • getAngleValue()
  • getNumRevolutions()
  • getTemperature()
  • possible()
  • readActivationStatus()
  • readActiveStatus()
  • readBlockCRC()
  • readFromSensor()
  • readIFAB()
  • readIntMode1()
  • readIntMode2()
  • readIntMode3()
  • readIntMode4()
  • readMoreRegisters()
  • readOffsetX()
  • readOffsetY()
  • readRawX()
  • readRawY()
  • readRegMap()
  • readSIL()
  • readStatus()
  • readSynch()
  • readTempCoeff()
  • readTempDMag()
  • readTempIIFCnt()
  • readTempRaw()
  • readTempT25()
  • resetFirmware()
  • responseSlave()
  • return()
  • setCalibration()
  • writeActivationStatus()
  • writeIFAB()
  • writeIntMode1()
  • writeIntMode2()
  • writeIntMode3()
  • writeIntMode4()
  • writeInterfaceType()
  • writeOffsetX()
  • writeOffsetY()
  • writeSIL()
  • writeSlaveNumber()
  • writeSynch()
  • writeTempCoeff()
  • writeTempCoeffUpdate()
  • writeToSensor()

For a complete description of the functions and the rest of the library code structures in the see TLE5012B API