chiark / gitweb /
Big update here.
authorGordon Henderson <projects@drogon.net>
Thu, 6 Dec 2012 21:49:41 +0000 (21:49 +0000)
committerGordon Henderson <projects@drogon.net>
Thu, 6 Dec 2012 21:49:41 +0000 (21:49 +0000)
commit25e4ec570b0a1915a38792eb2b9d75d295152c3d
treeca75c3e4914a22ba881c4666beefbc8df5f9c94b
parent183c5a6b5c16f15b1da7812744f58d19a5446bf6
Big update here.
delayMicrosecondsHard re-written - again.
Added a serialRead example program, and added in the okLed
to the examples too.
Updated/checked some of the GPIO/PWM code.
Added in some experimental servo and tone generating code and
and example or 2.
Tweaks to the gpio command to correctly load the I2C modules too.
19 files changed:
People
examples/Makefile
examples/delayTest.c
examples/okLed.c [new file with mode: 0644]
examples/pwm.c [moved from examples/softPwm.c with 100% similarity]
examples/serialRead.c [new file with mode: 0644]
examples/servo.c [new file with mode: 0644]
examples/tone.c [new file with mode: 0644]
gpio/gpio.1
gpio/gpio.c
wiringPi/Makefile
wiringPi/softServo.c [new file with mode: 0644]
wiringPi/softServo.h [new file with mode: 0644]
wiringPi/softTone.c [new file with mode: 0644]
wiringPi/softTone.h [new file with mode: 0644]
wiringPi/wiringPi.c
wiringPi/wiringPi.h
wiringPi/wiringPiFace.c
wiringPi/wiringPiSPI.c