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-ino.hpp:27
double getSpeed()
Gets the speed value.
Definition hall-speed-ino.cpp:129
int begin()
Begins the speed sensor.
Definition hall-speed-ino.cpp:93
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:24
void(* CBackSpd_t)(double)
Callback function type for interrupt mode.
Definition hall-speed.hpp:44
SpeedUnit_t
Definition hall-speed.hpp:32
@ HERTZ
Definition hall-speed.hpp:33
Hall Switch Library Configuration.
Hall Arduino Hardware Platforms.