Re: Raspberry Pi GPIO
- Posted by Jerome Jan 07, 2013
- 1653 views
useless_ said...
I believe that any i/o can be useful on a controller.
Especially if the Pi can recieve commands from the lan into a Euphoria program, which can then operate the i/o pins.
I think this should be fairly straightforward depending on the commands over lan. I've had good success with sockets/udp in Eu, and we now have GPIO support. For the GPIO pins, you could also do digital writes to set the pin high or low.
Thanks,
Ira

