Julia ccall
wrappers for the
pigpio
C Interface
for Raspberry Pi GPIO, SPI, I2C etc.
Generated by Clang.jl.
See src/generate.jl
.
-
JuliaBerry/PiGPIO.jl -- uses the
pigpiod
daemon interface. -
notinaboat/PiGPIOMEM.jl -- uses
/dev/gpiomem
, tries to minimise pin access overhead. -
ronisbr/BaremetalPi.jl -- uses
/dev/gpiomem
,/dev/spidevX.X
,/dev/i2c-X
etc.