10 #ifndef HALL_SWITCH_RPI_H_ 11 #define HALL_SWITCH_RPI_H_ 13 #include "../../../config/hall-conf.hpp" 15 #if (HALL_SWITCH_FRAMEWORK == HALL_SWITCH_FRMWK_RPI) 32 uint8_t powerPin = UNUSED_PIN);
CBack_t cBack
Definition: hall-switch.hpp:122
HallSwitchRpi(uint8_t outputPin, CBack_t cBack=NULL, uint8_t powerPin=UNUSED_PIN)
Hall switch Raspberry Pi instance constructor with Raspberry Pi pins.
Definition: hall-switch-rpi.cpp:30
Definition: hall-switch-rpi.hpp:26
void(* CBack_t)(Result_t)
Callback function type for interrupt mode.
Definition: hall-switch.hpp:91
Definition: hall-switch.hpp:22
Hall Raspberry Pi Hardware Platforms.