Global.h 94 B

12345678
  1. #ifndef GLOBAL_h
  2. #define GLOBAL_h
  3. #include <Arduino.h>
  4. extern boolean Mode;
  5. #endif