So, I was looking at this tutorial:
https://www.b4x.com/android/forum/threads/iot-jpi4j-raspberry-pi-gpio-controller.37493/#content
I have used raspberry pis in alot of projects, but this is the first time I am interacting with the GPIO.
I see there is examples on how to control each pin individually, But is it possible to group a bunch of pins for Byte-wide transfers?
I have a FIFO hooked into the GPIO and I would like to transfer binary files I open into the FIFO which requires me to write 8 bits at a time as a byte, and not sure how to do that with the library.
any ideas? Thanks.
https://www.b4x.com/android/forum/threads/iot-jpi4j-raspberry-pi-gpio-controller.37493/#content
I have used raspberry pis in alot of projects, but this is the first time I am interacting with the GPIO.
I see there is examples on how to control each pin individually, But is it possible to group a bunch of pins for Byte-wide transfers?
I have a FIFO hooked into the GPIO and I would like to transfer binary files I open into the FIFO which requires me to write 8 bits at a time as a byte, and not sure how to do that with the library.
any ideas? Thanks.