NoiceSynth/SharedState.h
2026-02-27 00:02:56 +01:00

10 lines
218 B
C

#ifndef SHAREDSTATE_H
#define SHAREDSTATE_H
#include <Arduino.h>
extern volatile unsigned long lastLoop0Time;
extern volatile unsigned long lastLoop1Time;
extern volatile bool watchdogActive;
#endif // SHAREDSTATE_H