Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 687 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 687 Bytes

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: