esp-cpp / espp

C++ components for ESP
https://esp-cpp.github.io/espp/
MIT License
28 stars 9 forks source link

feat(adc): add print helpers for esp-idf adc types #254

Closed finger563 closed 1 month ago

finger563 commented 1 month ago

Description

Motivation and Context

Makes it easier to check which channel / unit are configured and allow you to print base types more easily.

How has this been tested?

Building and running the adc example.

Screenshots (if appropriate, e.g. schematic, board, console logs, lab pictures):

CleanShot 2024-06-05 at 10 23 45

Types of changes

Checklist:

Software