Skip to content

Latest commit

 

History

5 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

rpio.lua

Pure Lua Raspberry Pi GPIO library

local rpio = require 'rpio'
local gpio = rpio(12)

gpio.set_direction('out')
gpio.write(1)

gpio.set_direction('in')
print(gpio.read())

关于

Pure Lua Raspberry Pi GPIO library

Resources

Stars

15 stars

关注者

4 watching

复刻s

发布

贡献者

Languages