10#ifndef HALL_SWITCH_INO_HPP_
11#define HALL_SWITCH_INO_HPP_
15#if (HALL_SWITCH_FRAMEWORK == HALL_SWITCH_FRMWK_ARDUINO)
32 uint8_t powerPin = UNUSED_PIN);
Definition hall-switch-ino.hpp:26
int begin()
Begins the switch.
Definition hall-switch-ino.cpp:71
int end()
Ends the switch.
Definition hall-switch-ino.cpp:89
~HallSwitchIno()
Hall Switch Ino Destructor
Definition hall-switch-ino.cpp:60
int getBField()
Gets the switch output value.
Definition hall-switch-ino.cpp:108
Definition hall-switch.hpp:23
void(* CBack_t)(Result_t)
Callback function type for interrupt mode.
Definition hall-switch.hpp:91
Hall Switch Library Configuration.
Hall Arduino Hardware Platforms.