clock_master/globals.h
2026-01-17 20:35:24 -05:00

7 lines
108 B
C

#ifndef GLOBALS_H
#define GLOBALS_H
#include <Arduino.h>
extern unsigned long period;
#endif // GLOBALS_H