An open API service indexing awesome lists of open source software.

https://github.com/darekkrawczyk/rpi-pico-logger

Lightweight C++/Micropython logger designed for debugging and logging purposes of the RP2040 microcontroller.
https://github.com/darekkrawczyk/rpi-pico-logger

debugging-tool logging-library micropython micropython-rpi-pico raspberry-pi-pico raspberry-pi-pico-w rpi-pico

Last synced: 5 months ago
JSON representation

Lightweight C++/Micropython logger designed for debugging and logging purposes of the RP2040 microcontroller.

Awesome Lists containing this project

README

          

# Raspberry Pi Pico Logger
## About
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.

## Features
- 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.

## How to use?
To use this library, clone it from github and follow instructions provided via README files for:
* [C++](cpp/README.md)
* [Micropython](micropython/README.md)