The previous chapters have given us a foundation of what is possible when programming the Pico in MicroPython. However, there is far more about the Pico than what has been presented in the previous chapters. In fact, there are many layers to the Pico hardware support including libraries that contain helpful constructs and classes you will need in order to work with the hardware connected to your Pico.
While we’ve had a quick look at how to work with the Pico including a presentation on several forms ...