Worker for an individual pin interrupt monitor.
More...
#include <hardware.h>
|
void | watchPin (const uint8_t pin) |
| Worker control: Start. More...
|
|
void | stop () |
| Worker control: Stop.
|
|
SignalInterrupt & | interrupt () |
| Getter for input interrupt signal. More...
|
|
|
SignalInterrupt | s_interrupt |
| Signal: input interrupt.
|
|
bool | m_running = true |
| Is this worker running?
|
|
Worker for an individual pin interrupt monitor.
◆ interrupt()
SignalInterrupt & InterruptWorker::interrupt |
( |
| ) |
|
|
inline |
Getter for input interrupt signal.
- Returns
- SignalInterrupt&
◆ watchPin()
void InterruptWorker::watchPin |
( |
const uint8_t |
pin | ) |
|
|
inline |
Worker control: Start.
- Parameters
-
The documentation for this class was generated from the following file:
- louper-footpedal/hardware.h