1.7.2 - 2021.05.26
- update included TinyUSB lib to 1.0.3
- update included Zero_DMA to 1.0.8
- fix warnings when building with all warnings option
- add optiona include tinyusb to wire and spi
#ifdef USE_TINYUSB
// For Serial when selecting TinyUSB
#include <Adafruit_TinyUSB.h>
#endif