Skip to content

Arduino API

jaenrig-ifx edited this page Aug 4, 2020 · 3 revisions

List of Arduino Hall public API functions:

Hall Switch public API

  • HallSwitchIno()
  • ~HallSwitchIno()
  • begin()
  • end()
  • getBField()

Hall Speed public API

  • HallSpeedIno()
  • ~HallSpeedIno()
  • begin()
  • end()
  • getSpeed()

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.