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
13 years ago
Gordon Henderson
99095e3fa0
Added new SPI driver helpers.
...
Changed the gertboard code to use it
and ran more tests on he Gertboard code.
13 years ago
Gordon Henderson
4666573910
Added C++ wrappers for some of the newer .h files
13 years ago
Gordon Henderson
c6799ea998
Updating softPwm to fix some typos.
13 years ago
Gordon Henderson
a20fb1b154
Added software PWM module into wiringPi - library code
...
and an example.
13 years ago
Gordon Henderson
e636f6213b
Merge branch 'master' of git://git.drogon.net/wiringPi
13 years ago
Gordon Henderson
fbab4b8329
Changes to the piNes driver to relect the new delayMicroseconds()
...
code. Seems the old 4011 in the NES controller isn't that fast
afterall!
13 years ago
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.
13 years ago
Gordon Henderson
1bb4989e11
Merge branch 'master' of git.drogon.net:projects/wiringPi
...
Conflicts:
gpio/gpio.c
13 years ago
Gordon Henderson
178ea08a0f
Minor updates to GPIO and README files
13 years ago
Gordon Henderson
f99ffeda40
Updated the GPIO command to add in new features for PWM
...
Updated wiringPi to add new PWM controls.
13 years ago
Gordon Henderson
8fcaefd557
Updated Makefile so that uninstall works properly
13 years ago
Gordon Henderson
f9bec274ec
Tidying up some old debug
13 years ago
Gordon Henderson
c213e051c6
Added some comments about removing the call to pullUpDnControl()
...
in pinMode ()
13 years ago
Gordon Henderson
b23cb44ffa
Updated wiringPi.c to work with some pullUpDown stuff
...
General tidying up of some of the code round delayMicroseconds
13 years ago
Gordon Henderson
bf0ad86017
Initial move to GIT
14 years ago