Skip to content

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