Module Name: src Committed By: mbalmer Date: Sat Feb 25 09:13:38 UTC 2012
Modified Files: src/share/examples/lua: gpio.lua Log Message: GPIO pins are 0 based when accessed from Lua, not 1 based like Lua usually is. The pulse() has been removed, use gpiopwm(4) for that. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/examples/lua/gpio.lua Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.