TinyUSB a simple Tutorial

Introduction Most Microcontrollers have a built in Serial USB functionality that can not be changed (e.g. ESP32, ESP8266, Arduino Nano etc). Some Microcontrollers however allow to (re-)progam the USB functionality (e.g. Raspberry Pico, ESP32-S2, seeeduino xiao etc) and TinyUSB is the project of choice for this. A Microcontroller can either Read more…