[ANN] WiringPi.jl Library for GPIO, I2C, SPI, data acquisition

Port of WiringPi to Julia. Code can be found here Julia WiringPi.

Supports GPIO, I2C, SPI. More data acquisition examples will be added.

3 Likes

This looks terrific! Out of curiosity, why a new package instead of working with something like GitHub - JuliaBerry/PiGPIO.jl: Manage external hardware using GPIO pins on the Raspberry Pi ?

I am super excited to try out your example for driving a Pi to emit images to an e-ink display too. I’ll give this a try in a few weeks!

PiGPIO will not run at all on a RaspberryPi 5. Also, the performance of WiringPi is very high.

1 Like