Skip to content

1.7.2 - 2021.05.26

Compare
Choose a tag to compare
@hathach hathach released this 26 May 06:34
· 111 commits to master since this release
4e51791
  • 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