Skip to content

Arduino API

Jaumann Dominik (IFAG DES SDF SCS EPE) edited this page Jun 7, 2021 · 4 revisions

List of the basic BGT60 public API functions

Below you find the list of the BGT60's public API functions:

  • Bgt60Ino()
  • ~Bgt60Ino()
  • init()
  • deinit()
  • begin()
  • end()
  • getMotion()
  • getDirection()
  • enableInterrupt()
  • disableInterrupt()

Find the complete documentation for each of the Arduino functions and the rest of the library code structures in the Arduino API Doxygen docs section.