Commit Graph

  • *
  • *
  • | *
  • | *
  • | *
  • | *
  • | | *
  • | | |\
  • | |/ /
  • |/| |
  • * | |
  • | * |
  • | | | *
  • | | | |\
  • | |_|/ /
  • |/| | |
  • | | | *
  • | |_|/
  • |/| |
  • | | *
  • | | *
  • | | *
  • | |/
  • |/|
  • * |
  • |\ \
  • | | | *
  • | | | |\
  • | |_|/ /
  • |/| | /
  • | | |/
  • | |/|
  • | * |
  • |/ /
  • * |
  • |\ \
  • | | | *
  • | | | |\
  • | |_|/ /
  • |/| | /
  • | | |/
  • | |/|
  • * | |
  • | | *
  • | | | *
  • | |_|/
  • |/| |
  • | | *
  • | | *
  • | * |
  • |/ /
  • | *
  • | *
  • | *
  • | *
  • * |
  • | *
  • | *
  • | *
  • | *
  • | *
  • | |\
  • | * |
  • | | *
  • | |/
  • | *
  • | |\
  • | * |
  • | | *
  • | |/
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • * |
  • | *
  • | |\
  • | * |
  • | | *
  • | |/
  • * |
  • | *
  • *
  • *
  • *
  • *
  • *
  • 4b90644 (refs/pull/11/head) Fixed a bug where the CPU was running at 100% when using softTone - added delay in SoftTone thread when frequence = 0 by Crom 2013-01-17 21:02:31 +0100
  • 2d28cdd Fixed example makefile build errors & added build all target by default - Added -lpthread for targets "wfi", "okled", "tone" and "servo" - Modified all target to build all examples instead of showing readme by Crom 2013-01-17 19:30:21 +0100
  • c82fb87 Updated the build script to better try to detect lack of i2c-dev (hopefully!) Also updated all the mmap code in wiringPiSetup() to make it a bit more sane and efficient to a degree. by Gordon Henderson 2013-01-15 22:38:21 +0000
  • 4673e38 Change to the build script to check for the presence of the I2C development libraries. Bumped gpio version. by Gordon Henderson 2013-01-15 15:45:32 +0000
  • c121349 Minor changes to messages being printed from wiringPiSetup() Changed built to work marginally better. by Gordon Henderson 2013-01-15 15:30:26 +0000
  • 13bbba7 Lots of changes here. Added new I2C test code, a new serialTest program, and developed the new ISR - Interrupt Service Routine handler - much easier than the old waitForInterrupt code! by Gordon Henderson 2013-01-14 11:31:56 +0000
  • 5445f84 (refs/pull/6/merge) Merge e7c5bac641 into dda3305ce1 by Nelson Neves 2012-12-11 13:01:35 -0800
  • dda3305 Updated with latest changes by Gordon Drogon 2012-12-11 20:59:52 +0000
  • 25e4ec5 Big update here. delayMicrosecondsHard re-written - again. Added a serialRead example program, and added in the okLed to the examples too. Updated/checked some of the GPIO/PWM code. Added in some experimental servo and tone generating code and and example or 2. Tweaks to the gpio command to correctly load the I2C modules too. by Gordon Henderson 2012-12-06 21:49:41 +0000
  • 922e6c2 (refs/pull/7/merge) Merge 2146c868fa into 2a6da9eefe by shamiao 2012-11-28 14:30:53 -0800
  • 2146c86 (refs/pull/7/head) Update wiringPi/wiringPi.c by shamiao 2012-11-29 06:30:38 +0800
  • e7c5bac (refs/pull/6/head) Use the proper button alias BUTTON_PIN to the system instruction by Nelson Neves 2012-11-13 17:55:23 +0000
  • 539ae53 Adding note about pin changes between board revisions by Nelson Neves 2012-11-13 11:34:17 +0000
  • 924af87 Use the proper button alias BUTTON_PIN to the digitalRead instructions by Nelson Neves 2012-11-13 11:31:51 +0000
  • 2a6da9e Merge pull request #5 from steve918/patch-1 by Gadgetoid 2012-11-09 08:42:40 -0800
  • 15330a5 (refs/pull/5/merge) Merge 89bbe97856 into 4ef25b3884 by Steven Osborn 2012-10-30 01:18:31 -0700
  • 89bbe97 (refs/pull/5/head) Update wiringPi/piNes.c by Steven Osborn 2012-10-30 01:18:21 -0700
  • 4ef25b3 Merge pull request #1 from tomwardill/master by Gadgetoid 2012-10-23 13:27:21 -0700
  • f080c34 (refs/pull/1/merge) Merge 8b30932c8b into a651323139 by Tom Wardill 2012-10-23 13:26:53 -0700
  • a651323 Latest changes from master repository by Gordon Henderson 2012-10-23 21:15:08 +0100
  • 183c5a6 More changes to help reflect usage on Rev 2 / 512MB Raspberry Pi's. Also Makefile tweaks to help improve things somewhat - decided to read the Makefile manual after some 15 years to updated my make grey cells somewhat. by Gordon Henderson 2012-10-21 15:25:16 +0100
  • b1b1dbe (refs/pull/3/head) fixed wrong offset when using 16x4 displays by root 2012-10-04 22:18:40 +0100
  • 86a5c68 Updating gpio manual page by Gordon Henderson 2012-10-02 14:32:12 +0100
  • db2edcc Updated examples makefile to not actually make any code now. Fixed timing in the LCD library to work with new dealyMicroseconds Minor typos and bigfixes to the gpio command. by Gordon Henderson 2012-10-02 14:26:15 +0100
  • 8b30932 (refs/pull/1/head) Update wiringPi/piNes.c by Tom Wardill 2012-09-20 22:21:06 +0200
  • 538a066 Added in some new functions to return the Pi board revision and allow access to the wiringPi to BCM_GPIO pin mapping tables. by Gordon Henderson 2012-09-16 11:10:55 +0100
  • 8cb4939 Improved the PWM functions with help from Chris Hall. by Gordon Henderson 2012-09-16 10:15:32 +0100
  • 30d79da A-Ha! discovered that overvolted Raspberry Pi's have 10000 added to their hardware revision number... So have adapted wiringPi to cope. by Gordon Henderson 2012-09-05 21:01:12 +0100
  • 728cdc4 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. by Gordon Henderson 2012-09-05 19:26:58 +0100
  • ae40bda Merged from git.drogon.net, SPI driver helpers, C++ wrappers, softPwm, piNes, gertboard, SPI by Gordon Henderson 2012-08-28 18:37:54 +0100
  • 99095e3 Added new SPI driver helpers. Changed the gertboard code to use it and ran more tests on he Gertboard code. by Gordon Henderson 2012-08-27 20:56:14 +0100
  • 4666573 Added C++ wrappers for some of the newer .h files by Gordon Henderson 2012-08-25 12:31:14 +0100
  • c6799ea Updating softPwm to fix some typos. by Gordon Henderson 2012-08-24 19:07:54 +0100
  • a20fb1b Added software PWM module into wiringPi - library code and an example. by Gordon Henderson 2012-08-24 17:49:26 +0100
  • e636f62 Merge branch 'master' of git://git.drogon.net/wiringPi by Gordon Henderson 2012-08-20 11:10:18 +0100
  • fbab4b8 Changes to the piNes driver to relect the new delayMicroseconds() code. Seems the old 4011 in the NES controller isn't that fast afterall! by Gordon Henderson 2012-08-20 11:08:34 +0100
  • 870ba41 Updated pwmWrite to not mask the value written in-case a call to pumSetRange() happens. by Gordon Henderson 2012-08-19 15:38:25 +0100
  • 1bb4989 Merge branch 'master' of git.drogon.net:projects/wiringPi by Gordon Henderson 2012-08-19 15:33:26 +0100
  • 178ea08 Minor updates to GPIO and README files by Gordon Henderson 2012-08-19 15:17:03 +0100
  • f99ffed Updated the GPIO command to add in new features for PWM Updated wiringPi to add new PWM controls. by Gordon Henderson 2012-08-19 15:12:45 +0100
  • c433519 Updated gpio program to fix some minor issues. Added top-level build script for lazy building. by Gordon Henderson 2012-08-18 20:07:42 +0100
  • 8fcaefd Updated Makefile so that uninstall works properly by Gordon Henderson 2012-08-18 19:11:02 +0100
  • c056a9e Tidying up by Gordon Henderson 2012-08-18 14:07:12 +0100
  • f9bec27 Tidying up some old debug by Gordon Henderson 2012-08-18 13:53:01 +0100
  • 4bf5e13 Added a description! by Gordon Henderson 2012-08-18 13:22:36 +0100
  • c213e05 Added some comments about removing the call to pullUpDnControl() in pinMode () by Gordon Henderson 2012-08-18 12:04:46 +0100
  • 21f0472 Cleanup, removed redundant COPYING and serial.* files by Philip Howard 2012-08-18 09:58:23 +0100
  • 83214ad Merge branch 'master' of hermes:git/wiringPi by Gordon Henderson 2012-08-18 08:27:08 +0100
  • b23cb44 Updated wiringPi.c to work with some pullUpDown stuff General tidying up of some of the code round delayMicroseconds by Gordon Henderson 2012-08-18 00:05:38 +0100
  • 0d68cee Updated wiringPi.c to work with some pullUpDown stuff by Gordon Henderson 2012-08-18 00:05:38 +0100
  • d24a8fc New timing methods by Gordon Drogon 2012-08-17 10:16:31 +0100
  • bf0ad86 Initial move to GIT by Gordon Henderson 2012-08-16 15:04:43 +0100
  • 43aa862 New LCD library plus -v option for gpio binary by Gordon Drogon 2012-07-11 22:42:56 +0100
  • d8e44ea Changed shiftOutWithDelay delay to int by Philip Howard 2012-07-10 23:36:07 +0100
  • d677719 Experimental shiftOutWithDelay by Philip Howard 2012-07-10 22:43:51 +0100
  • 096ca1f experimental shiftOutWithDelay by Philip Howard 2012-07-10 22:43:28 +0100
  • 2c13e61 Initial Commit by Gordon Henderson 2012-07-10 13:37:06 +0100