Commit Graph

  • 4471082e97 Merge pull request #355 from lurch/patch-2 Ben Nuttall 2016-06-05 12:12:24 +01:00
  • 97202b9250 Add extra product URLs to the boards.py docstrings Andrew Scheller 2016-06-05 11:59:14 +01:00
  • ea1ec451ef Add Pi Zero v1.3 Ben Nuttall 2016-06-04 17:34:05 +01:00
  • 87046ac645 Update sourcetools examples Andrew Scheller 2016-06-03 16:42:26 +01:00
  • 4db57cd0ac Use keyword args for echo & trigger in DistanceSensor example Ben Nuttall 2016-06-03 16:37:11 +01:00
  • 2587612403 Replace tab with spaces Ben Nuttall 2016-06-03 14:40:02 +01:00
  • 5455034a12 Make CompositeDevice._named a frozendict (and add frozendict to compat.py) This prevents it being modified post-construction (just like the way CompositeDevice._all and CompositeDevice._order are already 'frozen' by being tuples) Andrew Scheller 2016-05-31 16:52:14 +01:00
  • 70e3d1b4cd Merge pull request #341 from lurch/deprecate_CompositeDevice_all Ben Nuttall 2016-05-31 00:22:41 +01:00
  • 963b962867 Add Shutdown button example to recipes, close #325 Ben Nuttall 2016-05-29 20:19:09 +01:00
  • 35d9228843 Merge pull request #342 from lurch/robot_value Ben Nuttall 2016-05-28 17:07:16 +01:00
  • c302936391 Merge pull request #344 from lurch/patch-2 Ben Nuttall 2016-05-28 17:06:03 +01:00
  • c57d555c90 Merge pull request #343 from lurch/patch-1 Ben Nuttall 2016-05-28 17:05:43 +01:00
  • ffc07950e1 Typo Andrew Scheller 2016-05-28 13:57:37 +01:00
  • d8ae4b6814 Typo Andrew Scheller 2016-05-28 13:56:04 +01:00
  • b3035d306e Add value-setter for Robot class Fixes #305 Andrew Scheller 2016-05-28 13:50:47 +01:00
  • 42371294a2 remove usage of CompositeDevice.all since it's marked as deprecated Andrew Scheller 2016-05-28 13:14:45 +01:00
  • 42f9d4f3b8 Merge pull request #290 from lurch/patch-3 Ben Nuttall 2016-05-28 12:39:47 +01:00
  • 8b006e9fb7 Merge pull request #339 from lurch/extra_init_params Ben Nuttall 2016-05-28 12:39:25 +01:00
  • 261f823611 Merge pull request #338 from lurch/patch-1 Ben Nuttall 2016-05-28 12:21:23 +01:00
  • e832cfeb23 Add extra init-method params adds initial_value to PiLiter, TrafficLights, PiTraffic & SnowPi and adds pwm to PiTraffic Andrew Scheller 2016-05-28 12:17:52 +01:00
  • 871c9268b2 Change LEDBoard.leds to return a static tuple Andrew Scheller 2016-05-28 10:42:49 +01:00
  • b581719c8c Rename RGB -> Full Color LED in recipes Ben Nuttall 2016-05-28 00:45:13 +01:00
  • 25ccf9389c Add LEDBoard and LEDBarGraph recipes Ben Nuttall 2016-05-28 00:43:12 +01:00
  • 561f674d93 Merge pull request #336 from lurch/patch-1 Ben Nuttall 2016-05-28 00:03:38 +01:00
  • 90ba151d26 Doc fix: initial_value for PWMOutputDevice and PWMLED are float (not bool) Andrew Scheller 2016-05-27 23:27:58 +01:00
  • a13a7bb1c4 Correct PiLiterBarGraph init params Ben Nuttall 2016-05-27 22:05:09 +01:00
  • a116e9ded0 Add PWM support to PiLiterBarGraph Ben Nuttall 2016-05-27 21:51:20 +01:00
  • a1ec9c67e5 Tweak the ADC classes to make the docs neater and more accurate Andrew Scheller 2016-04-14 23:57:11 +01:00
  • c60d2c2bbd Merge pull request #335 from lurch/patch-1 Dave Jones 2016-05-27 10:44:28 +01:00
  • fa440bbe83 Revert accidental typo Andrew Scheller 2016-05-27 00:37:16 +01:00
  • bd219d9e59 Fix Travis-build Recipe Andrew Scheller 2016-05-27 00:33:45 +01:00
  • 2bd1cbc749 Fix typo in recipes Ben Nuttall 2016-05-27 00:29:57 +01:00
  • 466ff341cb Add to button recipes Ben Nuttall 2016-05-27 00:25:31 +01:00
  • 35d1de644b Add PWMLED recipes Ben Nuttall 2016-05-27 00:01:48 +01:00
  • 0a5499dfbe Add recipe for GPIO Zero Travis build LED indicator, close #191 Ben Nuttall 2016-05-26 23:52:51 +01:00
  • de258bc1ad Add max_voltage property, ensure it is positive and cast to a float fix-329 Ben Nuttall 2016-05-26 23:21:29 +01:00
  • a90bbdaa2e Merge pull request #328 from lurch/patch-2 Ben Nuttall 2016-05-26 23:09:34 +01:00
  • e515601a2c Merge pull request #332 from lurch/patch-4 Ben Nuttall 2016-05-26 23:08:55 +01:00
  • 80ff2d70f1 Merge pull request #333 from lurch/add_ledborg Ben Nuttall 2016-05-26 23:08:39 +01:00
  • af84ed1c04 Merge pull request #327 from lurch/patch-1 Ben Nuttall 2016-05-26 23:08:25 +01:00
  • 13bd2fca2e Merge pull request #334 from lurch/patch-5 Ben Nuttall 2016-05-26 23:08:03 +01:00
  • 3a7acbf89d Add LedBorg as a subclass of RGBLED Andrew Scheller 2016-05-26 18:34:51 +00:00
  • fea0e79bea DistanceSensor: make the max_distance setter more like __init__ Andrew Scheller 2016-05-26 20:14:51 +01:00
  • d2833e988f Doc fix: RGBLED's initial_value is a tuple Andrew Scheller 2016-05-26 19:24:19 +01:00
  • 28f1d34ff9 Add ADC.voltage property, fix #329 Ben Nuttall 2016-05-26 17:32:37 +01:00
  • 9278a2f857 Add hold/held properties & methods to Button, close #287 Ben Nuttall 2016-05-26 17:06:05 +01:00
  • 3c61b71d7e Update RTD links to .io Ben Nuttall 2016-05-24 22:56:04 +01:00
  • 48bac77d29 Remove redundant line of code Andrew Scheller 2016-05-24 10:25:47 +01:00
  • 3ee154189c Don't (implicitly) set an initial_value in PWMOutputDevice's init method via the super() call Andrew Scheller 2016-05-23 20:57:58 +01:00
  • 2bced655c8 Merge pull request #324 from lurch/pwm_float Dave Jones 2016-05-11 16:32:14 +01:00
  • da9b0bb644 Always make PWMOutputDevice operate on floats. And better 'encapsulation' of the active_high properties. Andrew Scheller 2016-05-11 15:08:28 +01:00
  • 92cb735c7f Merge pull request #319 from lurch/test_ledcollection_active_high Dave Jones 2016-05-11 16:15:58 +01:00
  • 4460f8047f Correct Motor usage in recipe Ben Nuttall 2016-05-10 23:07:00 +01:00
  • ac40a6dc4e Merge pull request #322 from lurch/event_is_set Dave Jones 2016-05-10 16:32:12 +01:00
  • 3e1ca62e0e Merge pull request #321 from lurch/patch-1 Dave Jones 2016-05-10 16:25:35 +01:00
  • 87d00f9047 Replace Event.wait(0) with Event.is_set() The functionality is identical, and IMHO the latter is much more readable Andrew Scheller 2016-05-10 15:03:28 +01:00
  • eaf0d5ce1e Add tests for LEDBoard.active_high and LEDBarGraph.active_high Also add LEDBoard.value tests Andrew Scheller 2016-05-10 05:38:15 +01:00
  • a9d827663d typo Andrew Scheller 2016-05-10 05:51:28 +01:00
  • c44a4bfe4b Merge pull request #303 from lurch/non_pwmed_motor Dave Jones 2016-05-09 11:52:47 +01:00
  • afcec87bab Merge pull request #318 from waveform80/fix-codecov-changes Dave Jones 2016-05-09 11:17:27 +01:00
  • c92e622504 Merge pull request #317 from lurch/patch-1 Dave Jones 2016-05-09 11:12:42 +01:00
  • fd4075835e Mark optional sleeps with no coverage Dave Jones 2016-05-09 11:10:31 +01:00
  • 0c2a13367d Tweak test for better coverage report Andrew Scheller 2016-05-09 00:18:10 +01:00
  • c9461c50d3 Add a pwm option to the RGBLED and Motor constructors ...along with the other necessary changes required, to allow them to optionally be used with non-PWM-capable pins Andrew Scheller 2016-04-29 12:06:29 +01:00
  • 1b7dad5fa4 Merge pull request #313 from lurch/patch-5 Dave Jones 2016-05-08 11:56:51 +01:00
  • 1575863ba5 Merge pull request #312 from lurch/rgbled_pulse Dave Jones 2016-05-08 11:53:14 +01:00
  • 4ff0f3f043 Merge pull request #311 from lurch/patch-4 Dave Jones 2016-05-08 11:42:59 +01:00
  • 39573a3093 Merge pull request #308 from SteveAmor/master Dave Jones 2016-05-08 11:40:13 +01:00
  • 2f41335dcd Merge pull request #316 from RPi-Distro/revert-301-patch-1 Dave Jones 2016-05-08 11:39:37 +01:00
  • 97e873dd2e Revert "Update output_devices.py" Dave Jones 2016-05-08 11:39:25 +01:00
  • 714638a195 Merge pull request #301 from goloplo/patch-1 Dave Jones 2016-05-08 11:38:26 +01:00
  • afc847c159 Merge pull request #307 from lurch/extra_board_tests Dave Jones 2016-05-08 11:36:27 +01:00
  • 4d8e49c5b8 Merge pull request #304 from lurch/patch-2 Dave Jones 2016-05-08 11:10:38 +01:00
  • 94a05adddf Merge pull request #297 from lurch/patch-1 Dave Jones 2016-05-08 11:02:09 +01:00
  • 4e0aa9403f Merge pull request #298 from lurch/new_source_tools Dave Jones 2016-05-08 11:01:01 +01:00
  • 86aeab4129 Add active_high parameter to LEDBarGraph's constructor Andrew Scheller 2016-05-06 11:53:00 +01:00
  • 18bb3f559e Add RGBLED.pulse method Also add timing tests to all the blink unit-tests Andrew Scheller 2016-05-04 11:14:36 +01:00
  • 67261e44b2 Typo in SPISoftwareBus._shared_key Andrew Scheller 2016-05-02 19:53:33 +01:00
  • 191cda29c0 Another SI unit correction Steveis 2016-05-02 11:20:59 +01:00
  • bdaa927279 Correct capacitance SI unit Steveis 2016-05-01 19:34:30 +01:00
  • 019347db26 Corrected value of capacitor used in LightSensor Steveis 2016-05-01 18:04:02 +01:00
  • fddb95b84b Add more unit tests, fix a few small bugs Andrew Scheller 2016-04-30 16:47:29 +01:00
  • 864c4f9327 test Energenie repr Andrew Scheller 2016-04-30 14:12:51 +01:00
  • 28afa63ba8 test tweak Andrew Scheller 2016-04-30 12:24:05 +01:00
  • 708157c8fd Minor Energenie tweaks Andrew Scheller 2016-04-30 12:19:45 +01:00
  • 7e6cc39d71 Merge pull request #299 from raspitv/master Ben Nuttall 2016-04-28 18:17:09 -07:00
  • 3e8a998661 Update output_devices.py goloplo 2016-04-28 21:07:37 +01:00
  • c522d60e25 Update recipes.rst Alex Eames 2016-04-28 15:36:51 +01:00
  • 01d5cb928f New source tools: booleanized, pre_periodic_filtered & post_periodic_filtered Also adds extra parameter validation to the existing source tools, adds input min and max to inverted, and adds many more source tools unit tests. Andrew Scheller 2016-04-25 10:41:27 +01:00
  • d244b9a0ab Add coverage badge to README Andrew Scheller 2016-04-24 20:05:39 +01:00
  • 848d030ac9 Remove with blocks for consistency, re: #239 Ben Nuttall 2016-04-21 23:55:04 +01:00
  • 663994c8a5 Merge pull request #293 from lurch/patch-5 Dave Jones 2016-04-21 23:28:58 +01:00
  • 750a1c4dda Merge pull request #292 from lurch/extra_source_tools Dave Jones 2016-04-21 23:28:25 +01:00
  • 0f0b175950 Merge pull request #291 from lurch/patch-4 Dave Jones 2016-04-21 23:22:21 +01:00
  • 5f336ad2b2 Make Potentiometer Recipe more efficient Andrew Scheller 2016-04-19 22:16:42 +01:00
  • 9ca4af39de Add extra Source Tools functions: smoothed, summed and multiplied Andrew Scheller 2016-04-19 22:02:01 +01:00
  • 9a02029c15 Add docs/_build to .gitignore Andrew Scheller 2016-04-19 21:51:15 +01:00
  • af3476d570 Update Recipes to use the generic Robot class instead of the specific RyanteckRobot Andrew Scheller 2016-04-19 17:25:23 +01:00
  • 53b78f1e32 Minor docs fix (#286) Andrew Scheller 2016-04-19 16:14:31 +01:00
  • b1a632e992 Merge pull request #284 from EdwardBetts/patch-1 Dave Jones 2016-04-17 23:13:39 +01:00