-
Notifications
You must be signed in to change notification settings - Fork 3
Ino Examples
Enriquez Garcia Juan Antonio (IFAG DES TCP EDS) edited this page Jul 22, 2020
·
2 revisions
The following examples are provided for Arduino:
Example | |
---|---|
ardref-interrupt | Magnetic field detection in interrupt mode directly using the bare Arduino Reference Language API |
ardref-polling | Magnetic field detection in polling mode directly using the bare Arduino Reference Language API |
lib-interrupt | Magnetic field detection in interrupt mode with the Hall Switch Lib API |
lib-polling | Magnetic field detection in polling mode with the Hall Switch Lib API |
speed-interrupt | Magnetic field rotation speed calculation in interrupt mode with the Hall Speed Lib API |
speed-polling | Magnetic field rotation speed calculation in polling mode with the Hall Speed Lib API |
2. Library Details
Library Architecture
Hall Switch API
Hall Speed API
PAL Interface
Source Tree Structure
Preprocessor Configuration
Porting Guide
Doxygen Docs
4. Software Frameworks
Arduino
- Getting Started
- Lib Installation
- Ino Examples
- Arduino API
- PlatformIO
Cypress WICED
- Getting Started
- Lib Installation
- WICED API
- Troubleshooting Guide
Raspberry Pi
- Getting Started
- Lib Installation
- Examples
- API usage