We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545a8cf commit 3230320Copy full SHA for 3230320
docs/recipes.rst
@@ -291,12 +291,20 @@ Move the rover (roughly) in a square:
291
Stepper motor
292
-------------
293
294
-Control a stepper motor connected via a driver board (e.g. ULN2003) to create:
+Control a stepper motor connected via a driver board (e.g. ULN2003).
295
+
296
+Analog clock
297
+~~~~~~~~~~~~
298
299
+Create a continuously-running analog clock second hand:
300
-Analog clock (continuous second hand):
301
.. literalinclude:: examples/stepper_analog_clock.py
302
-Automatic blinds (multi-rotation, time-based):
303
+Automatic blinds
304
+~~~~~~~~~~~~~~~~
305
306
+Time-based blind controller:
307
308
.. literalinclude:: examples/stepper_automatic_blinds.py
309
310
0 commit comments