tinance2-doorlock-controller/include/disable.h
2023-10-30 19:30:30 +01:00

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