Skip to content

Hall Speed API

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

List of Hall Speed public API functions:

  • HallSpeed()
  • ~HallSpeed()
  • init()
  • deinit()
  • enable()
  • disable()
  • updateSpeed()
  • getSpeed()

As Hall Speed class is a child class of Hall Switch, all the public API functions from Hall Switch API are as well available and usable. Those with same name and functionalitiy (init(), deinit(), enable() and disable()) have been overridden.

Find the complete documentation for each function and and rest of the library code structures in the Hall Speed API Doxygen docs section.