Gordon Henderson
|
e636f6213b
|
Merge branch 'master' of git://git.drogon.net/wiringPi
|
2012-08-20 11:10:18 +01:00 |
|
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!
|
2012-08-20 11:08:34 +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
|
1bb4989e11
|
Merge branch 'master' of git.drogon.net:projects/wiringPi
Conflicts:
gpio/gpio.c
|
2012-08-19 15:33:26 +01:00 |
|
Gordon Henderson
|
178ea08a0f
|
Minor updates to GPIO and README files
|
2012-08-19 15:17:03 +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
|
c433519cf1
|
Updated gpio program to fix some minor issues.
Added top-level build script for lazy building.
|
2012-08-18 20:07:42 +01:00 |
|
Gordon Henderson
|
8fcaefd557
|
Updated Makefile so that uninstall works properly
|
2012-08-18 19:11:02 +01:00 |
|
Gordon Henderson
|
c056a9e641
|
Tidying up
|
2012-08-18 14:07:12 +01:00 |
|
Gordon Henderson
|
f9bec274ec
|
Tidying up some old debug
|
2012-08-18 13:53:01 +01:00 |
|
Gordon Henderson
|
4bf5e131e6
|
Added a description!
|
2012-08-18 13:22:36 +01:00 |
|
Gordon Henderson
|
c213e051c6
|
Added some comments about removing the call to pullUpDnControl()
in pinMode ()
|
2012-08-18 12:04:46 +01:00 |
|
Philip Howard
|
21f0472265
|
Cleanup, removed redundant COPYING and serial.* files
|
2012-08-18 09:58:23 +01:00 |
|
Gordon Henderson
|
83214ad8c7
|
Merge branch 'master' of hermes:git/wiringPi
|
2012-08-18 08:27:08 +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
|
0d68ceea6b
|
Updated wiringPi.c to work with some pullUpDown stuff
|
2012-08-18 00:05:38 +01:00 |
|
Gordon Drogon
|
d24a8fc4cb
|
New timing methods
|
2012-08-17 10:16:31 +01:00 |
|
Gordon Henderson
|
bf0ad86017
|
Initial move to GIT
|
2012-08-16 15:04:43 +01:00 |
|
Gordon Drogon
|
43aa862e97
|
New LCD library plus -v option for gpio binary
|
2012-07-11 22:42:56 +01:00 |
|
Philip Howard
|
d8e44ea3a6
|
Changed shiftOutWithDelay delay to int
|
2012-07-10 23:36:07 +01:00 |
|
Philip Howard
|
d677719d0e
|
Experimental shiftOutWithDelay
|
2012-07-10 22:43:51 +01:00 |
|
Philip Howard
|
096ca1f1d4
|
experimental shiftOutWithDelay
|
2012-07-10 22:43:28 +01:00 |
|
Gordon Henderson
|
2c13e6148d
|
Initial Commit
|
2012-07-10 13:37:06 +01:00 |
|