7 lines
108 B
C
7 lines
108 B
C
#ifndef GLOBALS_H
|
|
#define GLOBALS_H
|
|
|
|
#include <Arduino.h>
|
|
|
|
extern unsigned long period;
|
|
#endif // GLOBALS_H
|