arduino pin that cab be used as input or output More...
#include <rfm73.h>
Public Member Functions | |
uc_pin (unsigned char nr) | |
create a pin, specify the pin number | |
void | direction_set_output () |
configure the pin as an output | |
void | direction_set_input () |
configure the pin as an input | |
bool | get () |
get the current value of a pin configured as input | |
void | set (bool x) |
set the value of a pin configured as output | |
![]() | |
virtual void | direction_set (direction d) |
configure the pin as input or output | |
arduino pin that cab be used as input or output