beachbumbob
Results
2
issues of
beachbumbob
Is there a way to, for example, simulate that a hardware button is triggered? I.E. when a pin goes from HI to LOW or vice versa? If not, consider this...
Simulate input This make it possible to simulate input to a GPIO pin, e.g. pressing a button. echo "[PINNUMBER]:[HI|LOW]" > /dev/tcp/{host}/{port} The port is hardcoded to 5566 example: echo "18:LOW"...