This commit is contained in:
Andrew Scheller
2016-05-28 13:57:37 +01:00
parent 42f9d4f3b8
commit ffc07950e1

View File

@@ -291,7 +291,7 @@ A collection of LEDs can be treated like a bar graph using
graph.value = -1 # (1, 1, 1, 1, 1, 1)
sleep(1)
Note values are essentially rounded to encounter the fact LEDs can only be on
Note values are essentially rounded to account for the fact LEDs can only be on
or off when ``pwm=False`` (the default).
However, using :class:`LEDBarGraph` with ``pwm=True`` allows more precise