File tree Expand file tree Collapse file tree 6 files changed +20
-8
lines changed
Expand file tree Collapse file tree 6 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Change log
33
44.. currentmodule :: picozero
55
6+ 0.6.1 - 2025-11-28
7+ -----------
8+
9+ + Updated documentation
10+
6110.6.0 - 2025-11-26
712-----------
813
@@ -11,7 +16,6 @@ Change log
1116+ Updated tests and documentation
1217+ Other minor bug fixes
1318
14-
15190.5.2 - 2025-11-26
1620-----------
1721
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def __getattr__(cls, name):
6464author = "Raspberry Pi Foundation"
6565
6666# The full version, including alpha/beta/rc tags
67- release = "0.6.0 "
67+ release = "0.6.1 "
6868
6969
7070# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -291,12 +291,20 @@ Move the rover (roughly) in a square:
291291Stepper motor
292292-------------
293293
294- Control a stepper motor connected via a driver board (e.g. ULN2003) to create:
294+ 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:
295300
296- Analog clock (continuous second hand):
297301.. literalinclude :: examples/stepper_analog_clock.py
298302
299- Automatic blinds (multi-rotation, time-based):
303+ Automatic blinds
304+ ~~~~~~~~~~~~~~~~
305+
306+ Time-based blind controller:
307+
300308.. literalinclude :: examples/stepper_automatic_blinds.py
301309
302310
Original file line number Diff line number Diff line change 55 ],
66 "deps" : [
77 ],
8- "version" : " 0.6.0 "
8+ "version" : " 0.6.1 "
99}
Original file line number Diff line number Diff line change 11__name__ = "picozero"
22__package__ = "picozero"
3- __version__ = "0.6.0 "
3+ __version__ = "0.6.1 "
44__author__ = "Raspberry Pi Foundation"
55
66from .picozero import (
Original file line number Diff line number Diff line change 33__project__ = "picozero"
44__packages__ = ["picozero" ]
55__desc__ = "A beginner-friendly library for using common electronics components with the Raspberry Pi Pico. "
6- __version__ = "0.6.0 "
6+ __version__ = "0.6.1 "
77__author__ = "Raspberry Pi Foundation"
88__author_email__ = "learning@raspberrypi.org"
99__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments