chiark / gitweb /
Aded lcd-adafruit to test/drive the Adafruit RGB LCD plate
authorGordon Henderson <projects@drogon.net>
Mon, 20 May 2013 20:13:44 +0000 (21:13 +0100)
committerGordon Henderson <projects@drogon.net>
Mon, 20 May 2013 20:13:44 +0000 (21:13 +0100)
commitbfaf266adaf4d2627c578c9a69199ef32acb7c9c
tree3fd5baf1362b5c3560e42ee78f44db1d5aa1865a
parent25895a86704dfa00eb439fd82844a57dd8c0baa7
Aded lcd-adafruit to test/drive the Adafruit RGB LCD plate
Added the Quick 2 Wire codes, etc.
Minor typo/bug fixes.
Added more modules into gpio -x
26 files changed:
People
build
examples/Makefile
examples/lcd-adafruit.c [new file with mode: 0644]
examples/lcd.c
examples/q2w/Makefile [new file with mode: 0644]
examples/q2w/binary.c [new file with mode: 0644]
examples/q2w/blink-io.c [new file with mode: 0644]
examples/q2w/blink.c [new file with mode: 0644]
examples/q2w/blink.sh [new file with mode: 0755]
examples/q2w/bright.c [new file with mode: 0644]
examples/q2w/button.c [new file with mode: 0644]
examples/q2w/volts.c [new file with mode: 0644]
examples/rht03.c [changed mode: 0755->0644]
gpio/extensions.c
gpio/gpio.c
wiringPi/Makefile
wiringPi/mcp23016.c [new file with mode: 0644]
wiringPi/mcp23016.h [new file with mode: 0644]
wiringPi/mcp23016reg.h [new file with mode: 0644]
wiringPi/pcf8574.c
wiringPi/pcf8574.h
wiringPi/pcf8591.c [new file with mode: 0644]
wiringPi/pcf8591.h [new file with mode: 0644]
wiringPi/wiringPi.h
wiringPi/wiringPiI2C.c