-
Notifications
You must be signed in to change notification settings - Fork 3
Arduino API
Jaumann Dominik (IFAG DES SDF SCS EPE) edited this page Jun 7, 2021
·
4 revisions
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.
Library Architecture
BGT60 API
PAL Interface
Source Tree Structure
Preprocessor Configuration
Porting Guide
Doxygen Docs
Arduino
- Getting Started
- Lib Installation
- Arduino API
- PlatformIO
Raspberry Pi (C++)
- Getting Started
- Lib Installation
- Raspberry Pi API
- Examples
Raspberry Pi (Python)
- Getting Started
- Lib Installation
- RPi Python API
- Examples