lua-periphery
lua-periphery copied to clipboard
A Lua library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux.
I'm using a Keybow MINI on a raspberry pi zero w, which has a very stripped-down OS and is difficult to connect to. You add files to it by just...
hi its really a wonderful tool but I meet the following error when running i2c test: ```lua local I2C = require('periphery').I2C -- Open i2c-0 controller local i2c = I2C("/dev/i2c-0") --...
I'm having trouble getting this library to work on a Raspberry Pi 5. My understanding is that GPIO support has a few breaking changes on the Pi 5; this may...