buzzer is working

This commit is contained in:
Wolfgang Hottgenroth
2017-06-12 17:50:08 +02:00
parent 49a7f2592c
commit 7f54b22e6b
14 changed files with 271 additions and 29 deletions

View File

@ -23,7 +23,7 @@
#include "oled.h"
#include "timer.h"
#include "alarm.h"
void my_setup_1() {
@ -47,7 +47,7 @@ void my_setup_2() {
hmiInit();
timerInit();
oledInit();
alarmInit();
}