Further reading
Please refer to the following for more information:
- Make Electronics: Learning by Discovery, Charles Platt, Make Community, LLC: I've only started to cover some basic electronics with the switch and breadboard. To get a real feel for electronics, Make Electronics is a superb introduction.
- For more advanced electronics, try Practical Electronics for Inventors, Fourth Edition, Paul Scherz, Simon Monk, McGraw-Hill Education TAB: This gives practical building blocks for electronics that can be used to interface a robot controller with almost anything or build new sensors.
- The
colorsys
library, like most Python core libraries, has a great reference: https://docs.python.org/3/library/colorsys.html. - Pimoroni have some other demos with the LED SHIM at https://github.com/pimoroni/led-shim/tree/master/examples. These could be fun to adapt to our LED layer.