xod/gpio@0.37.3

License: AGPL-3.0

Nodes of XOD to deal with GPIO (hardware pins)
NodeDescription
analog-read
Reads analog signal value from board ADC port. Possible errors: — Invalid port
digital-read
Reads digital signal value from board GPIO port. Possible errors: — Invalid port
digital-read-pullup
Reads a digital signal value from a board GPIO port with the internal built-in pull-up resistor enabled. It forces the resulting signal to be True if the wire on the port floats (is disconnected). Possible errors: — Invalid port
digital-write
Outputs high or low signal on a board port. Possible errors: — Invalid port
pwm-write
Outputs hardware-supported PWM signal on a board port. Possible errors: — Invalid port