Commit Graph

  • ae19496ab5 Correct heading of Robot interface in docs Ben Nuttall 2015-10-06 17:12:30 +01:00
  • 1c9ea6c943 Add motor, robot and motion sensor robot examples Ben Nuttall 2015-10-06 17:03:13 +01:00
  • 493b4e1cda Change RGBLED interface from 0-100 to 0-255, close #40 Ben Nuttall 2015-10-05 13:26:01 +01:00
  • c26c279174 Change PWM interface from 0-100 to 0-1, close #45 Ben Nuttall 2015-10-05 12:37:43 +01:00
  • fd3f66b832 Ensure PWMOutputDevice pin argument not mandatory, close #43 Ben Nuttall 2015-10-05 12:09:35 +01:00
  • 82319ba672 Cleanup Ben Nuttall 2015-10-05 12:08:55 +01:00
  • 18985b0d47 Merge pull request #42 from waveform80/docs-part-1 Ben Nuttall 2015-10-04 10:54:32 +01:00
  • 7429c03117 Docs clean up part 1 Dave Jones 2015-10-03 16:24:12 +01:00
  • 3a4d3d4deb Add documentation for Motor, Robot and RyanteckRobot Ben Nuttall 2015-10-02 18:08:59 +01:00
  • dc34cf3ccf Implement Motor, Robot and RyanteckRobot Ben Nuttall 2015-10-02 15:27:55 +01:00
  • 0e4caaaef6 Add MCP3008 usage to docs Ben Nuttall 2015-09-30 21:36:30 +01:00
  • 8a2ae1052a Add contributors to readme Ben Nuttall 2015-09-30 19:02:24 +01:00
  • fbede611df Add MCP3008 and potentiometer example Ben Nuttall 2015-09-30 19:02:12 +01:00
  • 21297ab2bb Expand docs Ben Nuttall 2015-09-30 12:00:46 +01:00
  • 5ab5aa601c Merge branch 'master' of github.com:rpi-distro/python-gpiozero Ben Nuttall 2015-09-29 21:55:11 +01:00
  • b515d070af Fix typo Ben Nuttall 2015-09-29 21:54:59 +01:00
  • 68bcafe89b Merge pull request #39 from waveform80/explicit-cleanup Ben Nuttall 2015-09-29 20:31:46 +01:00
  • 034b88b478 Add close method and context manager Dave Jones 2015-09-29 18:51:44 +01:00
  • 8fc8e3444e Add RGBLED using new PWMOutputDevice Ben Nuttall 2015-09-28 19:34:55 +01:00
  • cbc2b95494 Fix RST in readme v0.6.0 Ben Nuttall 2015-09-28 12:50:38 +01:00
  • 2aede36365 Add recipes Ben Nuttall 2015-09-28 12:47:21 +01:00
  • c1db2dce55 Tidy up docs index Ben Nuttall 2015-09-28 11:50:56 +01:00
  • 9ca5b60aa8 Ignore built documentation directory Ben Nuttall 2015-09-28 11:48:53 +01:00
  • b2a36bba47 Resolve merge conflict Ben Nuttall 2015-09-28 11:38:09 +01:00
  • 3f960f6da3 Update docstrings and add initial set of documentation Ben Nuttall 2015-09-28 11:11:00 +01:00
  • 3d6b16e4e4 Merge pull request #35 from waveform80/pull-up-fix Ben Nuttall 2015-09-27 22:30:21 +01:00
  • c35dd1698b Fix #27 Dave Jones 2015-09-27 17:22:31 +01:00
  • a38ab6cd45 Merge pull request #33 from waveform80/blink-fg-bg Ben Nuttall 2015-09-24 18:49:45 +01:00
  • 980e4e7144 Fix #32 Dave Jones 2015-09-24 16:34:21 +01:00
  • 7811ed67c9 Ensure args are passed to flash() Ben Nuttall 2015-09-24 12:23:09 +01:00
  • cfed671972 Add docstrings, close #26 v0.5.0 Ben Nuttall 2015-09-24 11:39:50 +01:00
  • c619aab630 Expose LEDBoard Ben Nuttall 2015-09-23 17:47:49 +01:00
  • d47aff9f69 Make TrafficLights extend LEDBoard Ben Nuttall 2015-09-23 17:30:17 +01:00
  • 12800db25f Refactor PiLiter into generic LEDBoard class Ben Nuttall 2015-09-23 16:32:00 +01:00
  • b97e97909c Add flash method to output devices and boards, close #22 Ben Nuttall 2015-09-23 15:31:06 +01:00
  • 931571b85d Add toggle to boards Ben Nuttall 2015-09-23 14:44:41 +01:00
  • 3a19d8f5ab Merge branch 'master' of github.com:rpi-distro/python-gpiozero Ben Nuttall 2015-09-23 14:18:44 +01:00
  • 5e0a56b11c Make buzzer blink, close #19 Ben Nuttall 2015-09-23 14:18:40 +01:00
  • 63a1dc16b1 Merge pull request #31 from waveform80/nice-repr Ben Nuttall 2015-09-23 14:14:16 +01:00
  • 6b7a3c8851 Fix #25 Dave Jones 2015-09-23 13:52:41 +01:00
  • d869d1e092 Merge pull request #30 from waveform80/flexible-events-opt-params Ben Nuttall 2015-09-23 13:50:23 +01:00
  • 25b5756b8c Merge pull request #29 from waveform80/output-toggle Ben Nuttall 2015-09-23 13:50:01 +01:00
  • 4e33052703 Fix #28 Dave Jones 2015-09-23 13:47:32 +01:00
  • 7c647ec616 Fix #23 Dave Jones 2015-09-23 13:38:37 +01:00
  • e805eedd13 Add properties for leds and all on boards Ben Nuttall 2015-09-23 11:42:06 +01:00
  • 4a7d60f6a3 Release v0.4.0 v0.4.0 Ben Nuttall 2015-09-23 11:20:43 +01:00
  • bb33b9aff3 Fix PiTraffic and TrafficHat Ben Nuttall 2015-09-23 11:16:42 +01:00
  • 2d999f82ab Merge branch 'master' of github.com:rpi-distro/python-gpiozero Ben Nuttall 2015-09-23 11:15:17 +01:00
  • 5b846a53ca Merge pull request #24 from waveform80/flexible-events Ben Nuttall 2015-09-23 11:14:39 +01:00
  • 5c12d8c2e0 Flexible events Dave Jones 2015-09-22 23:03:01 +01:00
  • b81d9ed875 Fix missing comma in __init__ Dave Jones 2015-09-22 22:07:30 +01:00
  • 8fe2a9d8ca Add missing comma Ben Nuttall 2015-09-22 18:23:56 +01:00
  • b878905f4d Version bump Ben Nuttall 2015-09-22 18:07:32 +01:00
  • 65d363b7ed Tidy up Ben Nuttall 2015-09-22 17:52:19 +01:00
  • b16127dd39 Add PiTraffic back in (was accidentally deleted in e474215) Ben Nuttall 2015-09-22 17:18:38 +01:00
  • 1bc5a5fa92 Release v0.3.0 v0.3.0 Ben Nuttall 2015-09-22 16:34:25 +01:00
  • 74045c794a Merge pull request #21 from waveform80/tidy-boards Ben Nuttall 2015-09-22 15:25:47 +01:00
  • 3df061b1bd Minor cleanup in boards Dave Jones 2015-09-22 15:05:11 +01:00
  • 03a14c0db5 Merge pull request #20 from waveform80/when-active-when-inactive Ben Nuttall 2015-09-22 14:48:08 +01:00
  • 0c208efff8 Merge branch 'master' into when-active-when-inactive Dave Jones 2015-09-22 12:52:30 +01:00
  • b1913e5e39 Add events to all input devices Dave Jones 2015-09-22 10:37:55 +01:00
  • ae1c31e313 pep8 cleanup Ben Nuttall 2015-09-22 09:36:25 +01:00
  • 41c1bfb18f Initial commit of basic Robot class Ben Nuttall 2015-09-21 21:11:56 +01:00
  • e4742150c4 Add Ryanteck TrafficHat based on FishDish (untested) Ben Nuttall 2015-09-21 18:40:06 +01:00
  • 840953fd81 Refactor and add blink method to all boards Ben Nuttall 2015-09-21 18:22:49 +01:00
  • be48a96e3e Blink defaults to 1 second on/off Ben Nuttall 2015-09-21 17:55:19 +01:00
  • 2172ed78db Add missing Buzzer import Ben Nuttall 2015-09-21 17:44:45 +01:00
  • 2de3d9a26b Merge pull request #18 from Gadgetoid/patch-1 Ben Nuttall 2015-09-21 17:33:56 +01:00
  • 4403348917 Use super over re-implentation for PiTraffic Ben Nuttall 2015-09-21 17:30:11 +01:00
  • 8223e56162 Make FishDish Button pull down Ben Nuttall 2015-09-21 17:18:20 +01:00
  • d5f3e849a4 Prefix lights and all properties and convert lists to tuples Ben Nuttall 2015-09-21 17:14:33 +01:00
  • 9019452973 Update __init__.py Philip Howard 2015-09-21 17:00:09 +01:00
  • 5669a98b42 Expose add-on board classes to the module Ben Nuttall 2015-09-21 15:29:54 +01:00
  • 6d29aaa590 Implement common add-on boards, re: #17 Ben Nuttall 2015-09-21 15:28:01 +01:00
  • 4d7f9eeeb3 Merge pull request #16 from waveform80/when-light-when-dark Ben Nuttall 2015-09-21 13:26:00 +01:00
  • 9c64a1dc2f Update the docs with an example Dave Jones 2015-09-21 12:04:51 +01:00
  • e9a970ae5c Experiment with LightSensor Dave Jones 2015-09-21 11:57:50 +01:00
  • 2c0fb7eada Merge pull request #15 from waveform80/doc-tidy Ben Nuttall 2015-09-21 11:28:57 +01:00
  • a07f89c561 Release v0.2.0 v0.2.0 Ben Nuttall 2015-09-21 11:20:21 +01:00
  • 6c98086bff Remove callback before adding a new one Ben Nuttall 2015-09-21 11:19:21 +01:00
  • 4a8e17deac Doc corrections Dave Jones 2015-09-21 08:33:03 +01:00
  • 9219b01081 Merge pull request #14 from waveform80/light-sensor-queue Ben Nuttall 2015-09-20 22:28:00 +01:00
  • 3900827734 Merge pull request #13 from waveform80/fix-threads Ben Nuttall 2015-09-20 22:27:36 +01:00
  • 0d7c7e28fc Lots of fixes Dave Jones 2015-09-18 13:12:36 +01:00
  • 14f9d843e3 Merge branch 'fix-threads' Dave Jones 2015-09-18 13:08:12 +01:00
  • e2ddad6fea Shut down GPIO threads nicely Dave Jones 2015-09-18 11:19:13 +01:00
  • c810730cf5 Merge pull request #11 from waveform80/auto-cleanup Ben Nuttall 2015-09-17 22:21:57 +01:00
  • 481193497a Ensure GPIO.cleanup is called Dave Jones 2015-09-17 18:51:56 +01:00
  • 4c2796e0da Merge pull request #9 from waveform80/pin-read-only Ben Nuttall 2015-09-17 11:11:51 +01:00
  • 1219d99ded Fix #8 Dave Jones 2015-09-17 10:50:23 +01:00
  • 61e15868e9 Add detail to readme Ben Nuttall 2015-09-15 19:12:08 +01:00
  • 491e6d8feb Merge branch 'waveform80-motion-queue' Ben Nuttall 2015-09-15 17:58:06 +01:00
  • df1eb2dffd Merge branch 'motion-queue' of git://github.com/waveform80/gpio-zero into waveform80-motion-queue Ben Nuttall 2015-09-15 17:57:43 +01:00
  • 5f65ec739b Update links to repo Ben Nuttall 2015-09-15 17:57:14 +01:00
  • a8b93cf97f Add setup.py and distribution basics Ben Nuttall 2015-09-15 17:53:50 +01:00
  • abdc215175 Rename to gpiozero and tidy up Ben Nuttall 2015-09-15 17:53:08 +01:00
  • 065b5aa40d Draft of a queue implementation for MotionSensor Dave Jones 2015-09-15 16:02:16 +01:00
  • 90aed0e925 Merge pull request #1 from waveform80/cleanup Ben Nuttall 2015-09-15 10:08:05 +01:00
  • b87bb0c4c3 Minor clean-up Dave Jones 2015-09-15 08:40:35 +01:00
  • 5b99e69e9b Make is_active a property Ben Nuttall 2015-09-14 21:29:39 +01:00