Wrapper class for simple digital input/output pin. More...
#include <gpio.h>
Public Member Functions | |
| void | set (bool high) |
| set digital output level | |
| bool | get () |
| read digital input level | |
| void | toggle () |
| toggle digital output level | |
Wrapper class for simple digital input/output pin.
|
inline |
set digital output level
| high | true/false |
|
inline |
read digital input level