mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2025-12-13 00:08:51 +01:00
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.
16 lines
499 B
Plaintext
16 lines
499 B
Plaintext
|
|
Just a quick note to some people who've provided help, suggestions,
|
|
bug-fixes, etc. along the way...
|
|
|
|
Nick Lott: (And others)
|
|
Hints about making it work with C++
|
|
|
|
Philipp Stefan Neininger:
|
|
Minor bug in the Makefile to do with cross compiling
|
|
|
|
Chris McSweeny
|
|
Hints and tips about the use of arithmetic in gettimeofday()
|
|
inside the dealyMicrosecondsHard() function.
|
|
And spotting a couple of schoolboy errors in the (experimental)
|
|
softServo code, prompting me to completely re-write it.
|