14 lines
No EOL
209 B
C
14 lines
No EOL
209 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#include "hardware.h"
|
|
#include <Arduino.h>
|
|
#include "settings.h"
|
|
|
|
Settings settings;
|
|
|
|
#ifdef BUZZER
|
|
#include "buzzer_ctl.h"
|
|
#endif
|
|
|
|
#endif |