This repository is called RPi-Pico-Logger and it contains a lightweight C++ and Micropython based loggers specifically designed for debugging and logging purposes of the Raspberry Pi Pico (RP2040) microcontroller.
- Logs events via the serial port for easy debugging.
- Allows logging of various types of data.
- Provides logging for messages, warnings, variables, functions, and classes.
- Enhances the development experience for Raspberry Pi Pico projects.
To use this library, clone it from github and follow instructions provided via README files for: