DigitalInput is the base class for reading a digital GPIO pin.
More...
#include <sensesp/sensors/digital_input.h>
DigitalInput is the base class for reading a digital GPIO pin.
- Parameters
-
pin | The GPIO pin to which the device is connected |
pin_mode | Will be INPUT or INPUT_PULLUP |
Definition at line 20 of file digital_input.h.
◆ DigitalInput()
sensesp::DigitalInput::DigitalInput |
( |
uint8_t | pin, |
|
|
int | pin_mode ) |
|
inline |
◆ pin_
uint8_t sensesp::DigitalInput::pin_ |
|
protected |
The documentation for this class was generated from the following file: