This library (ok_arduino_logging) offers centrally configured string-tag log level filtering: Each source file defines a "tag" for that file's logs. The main app/sketch includes a filter expression ...
Adding USB functionality to your Arduino projects used to be a pain, but thankfully, the V-USB project came along and gave your ATMEGA328 the ability to control the USB lines directly and mimic simple ...