Gordon Henderson
728cdc4c23
Updated wiringPi to check the the hardware board revision, to
...
accomodate the changes in pin that are present on the Revision
2 Raspberry Pi board.
Added in simple debugging too - set the environment variable
WIRINGPI_DEBUG
to get some more debug messages out
2012-09-05 19:26:58 +01:00
Gordon Henderson
870ba4129f
Updated pwmWrite to not mask the value written in-case a call
...
to pumSetRange() happens.
ANDing with 0x3FF was wrong anyway as the PWM counter does from zero
to the top value, not top-1 as I originally thought.
2012-08-19 15:38:25 +01:00
Gordon Henderson
f99ffeda40
Updated the GPIO command to add in new features for PWM
...
Updated wiringPi to add new PWM controls.
2012-08-19 15:12:45 +01:00
Gordon Henderson
c213e051c6
Added some comments about removing the call to pullUpDnControl()
...
in pinMode ()
2012-08-18 12:04:46 +01:00
Gordon Henderson
b23cb44ffa
Updated wiringPi.c to work with some pullUpDown stuff
...
General tidying up of some of the code round delayMicroseconds
2012-08-18 08:22:45 +01:00
Gordon Henderson
bf0ad86017
Initial move to GIT
2012-08-16 15:04:43 +01:00