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);
int begin()
Begins the switch.
Definition: hall-switch-ino.cpp:71
~HallSwitchIno()
Hall Switch Ino Destructor.
Definition: hall-switch-ino.cpp:60
int end()
Ends the switch.
Definition: hall-switch-ino.cpp:89
void(* CBack_t)(Result_t)
Callback function type for interrupt mode.
Definition: hall-switch.hpp:91
Definition: hall-switch.hpp:22
int getBField()
Gets the switch output value.
Definition: hall-switch-ino.cpp:108
HallSwitchIno(uint8_t outputPin, HallSwitch::CBack_t cBack=NULL, uint8_t powerPin=UNUSED_PIN)
Hall Switch Ino Constructor.
Definition: hall-switch-ino.cpp:31
Definition: hall-switch-ino.hpp:25
Hall Switch Library Configuration.
Hall Arduino Hardware Platforms.