chiark / gitweb /
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Gordon Henderson [Mon, 27 Aug 2012 19:56:14 +0000 (20:56 +0100)]
Added new SPI driver helpers.
Changed the gertboard code to use it
and ran more tests on he Gertboard code.
Gordon Henderson [Sat, 25 Aug 2012 11:31:14 +0000 (12:31 +0100)]
Added C++ wrappers for some of the newer .h files
Gordon Henderson [Fri, 24 Aug 2012 18:07:54 +0000 (19:07 +0100)]
Updating softPwm to fix some typos.
Gordon Henderson [Fri, 24 Aug 2012 16:49:26 +0000 (17:49 +0100)]
Added software PWM module into wiringPi - library code
and an example.
Gordon Henderson [Mon, 20 Aug 2012 10:10:18 +0000 (11:10 +0100)]
Merge branch 'master' of git://git.drogon.net/wiringPi
Gordon Henderson [Mon, 20 Aug 2012 10:08:34 +0000 (11:08 +0100)]
Changes to the piNes driver to relect the new delayMicroseconds()
code. Seems the old 4011 in the NES controller isn't that fast
afterall!
Gordon Henderson [Sun, 19 Aug 2012 14:38:25 +0000 (15:38 +0100)]
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.
Gordon Henderson [Sun, 19 Aug 2012 14:33:26 +0000 (15:33 +0100)]
Merge branch 'master' of git.drogon.net:projects/wiringPi
Conflicts:
gpio/gpio.c
Gordon Henderson [Sun, 19 Aug 2012 14:17:03 +0000 (15:17 +0100)]
Minor updates to GPIO and README files
Gordon Henderson [Sun, 19 Aug 2012 14:12:45 +0000 (15:12 +0100)]
Updated the GPIO command to add in new features for PWM
Updated wiringPi to add new PWM controls.
Gordon Henderson [Sat, 18 Aug 2012 19:07:42 +0000 (20:07 +0100)]
Updated gpio program to fix some minor issues.
Added top-level build script for lazy building.
Gordon Henderson [Sat, 18 Aug 2012 18:11:02 +0000 (19:11 +0100)]
Updated Makefile so that uninstall works properly
Gordon Henderson [Sat, 18 Aug 2012 13:07:12 +0000 (14:07 +0100)]
Tidying up
Gordon Henderson [Sat, 18 Aug 2012 12:53:01 +0000 (13:53 +0100)]
Tidying up some old debug
Gordon Henderson [Sat, 18 Aug 2012 12:22:36 +0000 (13:22 +0100)]
Added a description!
Gordon Henderson [Sat, 18 Aug 2012 11:04:46 +0000 (12:04 +0100)]
Added some comments about removing the call to pullUpDnControl()
in pinMode ()
Gordon Henderson [Sat, 18 Aug 2012 07:27:08 +0000 (08:27 +0100)]
Merge branch 'master' of hermes:git/wiringPi
Gordon Henderson [Fri, 17 Aug 2012 23:05:38 +0000 (00:05 +0100)]
Updated wiringPi.c to work with some pullUpDown stuff
General tidying up of some of the code round delayMicroseconds
Gordon Henderson [Fri, 17 Aug 2012 23:05:38 +0000 (00:05 +0100)]
Updated wiringPi.c to work with some pullUpDown stuff
Gordon Henderson [Thu, 16 Aug 2012 14:04:43 +0000 (15:04 +0100)]
Initial move to GIT