10 #ifndef HALL_SPEED_INO_HPP_ 11 #define HALL_SPEED_INO_HPP_ 15 #if (HALL_SWITCH_FRAMEWORK == HALL_SWITCH_FRMWK_ARDUINO) 16 #if (HALL_SPEED_ENABLED == 1) 34 uint8_t powerPin = UNUSED_PIN);
Definition: hall-speed.hpp:33
HallSpeedIno(uint8_t outputPin, uint8_t polesNum=1, HallSpeed::SpeedUnit_t units=HallSpeed::HERTZ, HallSpeed::CBackSpd_t cBack=NULL, uint8_t powerPin=UNUSED_PIN)
Hall Speed Ino Constructor.
Definition: hall-speed-ino.cpp:37
void(* CBackSpd_t)(double)
Callback function type for interrupt mode.
Definition: hall-speed.hpp:44
int end()
Ends the speed sensor.
Definition: hall-speed-ino.cpp:111
~HallSpeedIno()
Hall Speed Ino Destructor.
Definition: hall-speed-ino.cpp:82
Definition: hall-speed.hpp:23
int begin()
Begins the speed sensor.
Definition: hall-speed-ino.cpp:93
Definition: hall-speed-ino.hpp:26
double getSpeed()
Gets the speed value.
Definition: hall-speed-ino.cpp:129
SpeedUnit_t
Definition: hall-speed.hpp:31
Hall Switch Library Configuration.
Hall Arduino Hardware Platforms.