Add more advanced and remote recipes

This commit is contained in:
Ben Nuttall
2017-07-17 02:03:29 +01:00
parent 957bb788ea
commit 220da280ba
16 changed files with 290 additions and 11 deletions

View File

@@ -44,6 +44,15 @@ doorbell, and use a push button as the doorbell:
This could also be used as an internal doorbell (tell people it's time for
dinner from the kitchen).
Remote button robot
===================
Similarly to the simple recipe for the button controlled robot, this example
uses four buttons to control the direction of a robot. However, using remote
pins for the robot means the control buttons can be separate from the robot:
.. literalinclude:: examples/remote_button_robot.py
Light sensor + Sense HAT
=========================