Gordon Henderson | a651323 | 2012-10-23 21:15:08 +0100 | [diff] [blame] | 1 | |
| 2 | Just a quick note to some people who've provided help, suggestions, |
| 3 | bug-fixes, etc. along the way... |
| 4 | |
| 5 | Nick Lott: (And others) |
| 6 | Hints about making it work with C++ |
| 7 | |
| 8 | Philipp Stefan Neininger: |
| 9 | Minor bug in the Makefile to do with cross compiling |
| 10 | |
Gordon Drogon | dda3305 | 2012-12-11 20:59:52 +0000 | [diff] [blame] | 11 | Chris McSweeny |
| 12 | Hints and tips about the use of arithmetic in gettimeofday() |
| 13 | inside the dealyMicrosecondsHard() function. |
| 14 | And spotting a couple of schoolboy errors in the (experimental) |
| 15 | softServo code, prompting me to completely re-write it. |
Gordon Henderson | 3fbc564 | 2013-03-24 20:04:07 +0000 | [diff] [blame] | 16 | |
| 17 | Armin (Via projects website) |
| 18 | Some pointers about the i2c-dev.h files. |
| 19 | |
| 20 | Arno Wagner |
| 21 | Suggestions for the mmap calls in wiringPiSetup() |
| 22 | |
| 23 | CHARLES Thibaut: |
| 24 | A small issue in softTone |
| 25 | |
| 26 | Xian Stannard |
| 27 | Fixing some typos in the man page! |
Phil Howard | 26c7fe3 | 2016-02-27 16:03:10 +0000 | [diff] [blame] | 28 | |
| 29 | Andre Crone |
| 30 | Suggested the __WIRING_PI.H__ round wiringPi.h |
| 31 | |
| 32 | Rik Teerling |
| 33 | Pointing out some silly mistooks in the I2C code... |
Joshua Yang | f20892d | 2019-07-17 12:20:28 +0900 | [diff] [blame] | 34 | |
| 35 | Hardkernel co., Ltd. |
| 36 | Porting to ODROID boards to work with our Android/Linux system |