1
0
mirror of https://github.com/danog/fast-gpio.git synced 2024-11-26 20:04:37 +01:00
Go to file
Ricardo Guilherme Schmidt 39debc7efa Now sending 00 hex turns off the channel of led.
expled ff0000 is a command that never turned in a real led, instead a mix of 3 colors. expled 000000 now set gpio led state as 1 instead of sending a 100 duty PWM.
2016-03-10 20:42:05 -03:00
include Changed printing mechanism, now supports output in json as well 2015-11-04 19:56:08 -05:00
scripts Now sending 00 hex turns off the channel of led. 2016-03-10 20:42:05 -03:00
src Changed printing mechanism, now supports output in json as well 2015-11-04 19:56:08 -05:00
common_commands.txt Initial commit of fast-gpio, gpio read and write is implemented, pwm implemented as well 2015-09-12 16:51:25 +08:00
makefile Initial commit of fast-gpio, gpio read and write is implemented, pwm implemented as well 2015-09-12 16:51:25 +08:00
README.md Initial commit 2015-09-12 16:34:03 +08:00

fast-gpio

Provides access to GPIOs by directly writing to the hw registers, implements sw PWM as well