chiark / gitweb /
Lots of changes here. Added new I2C test code, a new serialTest program,
authorGordon Henderson <projects@drogon.net>
Mon, 14 Jan 2013 11:31:56 +0000 (11:31 +0000)
committerGordon Henderson <projects@drogon.net>
Mon, 14 Jan 2013 11:31:56 +0000 (11:31 +0000)
commit13bbba7a2275f19d597909ecd80a074ae34c94f6
treea1cb6dcd8fd5d15e2eef90951630ebda33a4440e
parent25e4ec570b0a1915a38792eb2b9d75d295152c3d
Lots of changes here. Added new I2C test code, a new serialTest program,
and developed the new ISR - Interrupt Service Routine
handler - much easier than the old waitForInterrupt code!

Minor tweaks to the gpio program to recognise the environment variable
WIRINGPI_DEBUG too, and removed the printing of the errors from the
main wiringPi setup routines (and added some new ones!)
15 files changed:
INSTALL [new file with mode: 0644]
examples/Makefile
examples/isr.c [new file with mode: 0644]
examples/okLed.c
examples/serialTest.c [new file with mode: 0644]
examples/wfi.c
gpio/Makefile
gpio/gpio.1
gpio/gpio.c
wiringPi/Makefile
wiringPi/wiringPi.c
wiringPi/wiringPi.h
wiringPi/wiringPiI2C.c [new file with mode: 0644]
wiringPi/wiringPiI2C.h [new file with mode: 0644]
wiringPi/wiringPiISR.c [new file with mode: 0644]