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
156 stars 20 forks source link

Does the GenericMasterOrExternalSync.ino miss uClock.start();? #36

Closed underwoodblog closed 5 months ago

underwoodblog commented 5 months ago

https://github.com/midilab/uClock/blob/main/examples/GenericMasterOrExternalSync/GenericMasterOrExternalSync.ino

seems to have no uClock.start();

midilab commented 5 months ago

yes you're right, thanks for note that, i will update it