Arduino API - Infineon/radar-bgt60 GitHub Wiki

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.