#include <ArduinoIOPins.h>
Public Attributes |
uint8_t | lastInput |
Detailed Description
Digital input pin abstraction. Includes methods for input reading and change detection. Input state is whatched.
Constructor & Destructor Documentation
DigitalInputPin::DigitalInputPin |
( |
| ) |
|
|
inline |
DigitalInputPin::DigitalInputPin |
( |
uint8_t |
pin | ) |
|
|
inline |
Pin setting included constructor.
Member Function Documentation
bool DigitalInputPin::fallingChanged |
( |
| ) |
|
|
inline |
Checks if input state changed from HIGH to LOW
bool DigitalInputPin::inputChanged |
( |
| ) |
|
|
inline |
Checks if input state changed
bool DigitalInputPin::isHigh |
( |
| ) |
|
|
inline |
bool DigitalInputPin::isLow |
( |
| ) |
|
|
inline |
bool DigitalInputPin::raisingChanged |
( |
| ) |
|
|
inline |
Checks if input state changed from LOW to HIGH
The documentation for this class was generated from the following file: