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.
- Host: GitHub
- URL: https://github.com/darekkrawczyk/rpi-pico-logger
- Owner: DarekKrawczyk
- Created: 2024-01-29T21:16:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T21:56:33.000Z (over 1 year ago)
- Last Synced: 2025-10-20T19:40:04.419Z (8 months ago)
- Topics: debugging-tool, logging-library, micropython, micropython-rpi-pico, raspberry-pi-pico, raspberry-pi-pico-w, rpi-pico
- Language: C++
- Homepage:
- Size: 83 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)