Advanced Labs
This section includes some advanced topics that might be useful for helping you create and debug MicroPython projects.
Topics include:
- Writing Interrupt Handlers
 - Monitoring the internal temperature of your RP2040 CPU
 - Timing the speed of functions for performance optimization
 - Setting up a Conda virtual Python development environment
 - Using operating system functions such as listing files on the file system
 - Scanning for I2C devices
 - Using a framebuffer
 - Using the minicom tool to move files to and from you PC from your microcontroller
 - Reading files from a SD card
 - Converting CircuitPython code and drivers to MicroPython