midilab / uClock

A tight BPM clock generator for Arduino and PlatformIO using hardware timer interruption. AVR, Teensy, STM32xx, ESP32 and RP2040 support
https://midilab.co/umodular
MIT License
153 stars 19 forks source link

seedstudio xiao m0 support #9

Closed midilab closed 2 years ago

midilab commented 2 years ago

Support to XIAO M0 from seedstudio

I've code generic AVR handle and any other code branch define to handle any other platform like TEENSYDUINO and SEEED_XIAO_M0.

Thanks @mightycoco for the coded support/tests and @m-r-m-s for reporting and testing