move uClock into lib folder for extern visibility

This commit is contained in:
2025-07-01 10:53:04 -07:00
parent eab29f3c46
commit 2123c6378b
3 changed files with 30 additions and 10 deletions

View File

@ -13,7 +13,7 @@
#define CLOCK_H
#include <NeoHWSerial.h>
#include <uClock.h>
#include "uClock.h"
#include "peripherials.h"
@ -54,7 +54,7 @@ class Clock {
// MIDI events.
uClock.setOnClockStart(sendMIDIStart);
uClock.setOnClockStop(sendMIDIStop);
// uClock.setOnSync24(sendMIDIClock);
uClock.setOnSync24(sendMIDIClock);
// uClock.setOnSync48(sendPulseOut);
uClock.start();