The final project of Embedde class.

Dependencies:   C12832 LM75B ESP-call MMA7660

Committer:
pkr7098
Date:
Thu Jun 03 07:09:55 2021 +0000
Revision:
2:37756b51ccdb
Parent:
1:ed1c6618f739
The final project of Embedde class.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pkr7098 1:ed1c6618f739 1 #ifndef _APPLICATION_H
pkr7098 1:ed1c6618f739 2 #define _APPLICATION_H
pkr7098 1:ed1c6618f739 3
pkr7098 1:ed1c6618f739 4 #include "RGB-LED.h"
pkr7098 1:ed1c6618f739 5 #include "POT.h"
pkr7098 1:ed1c6618f739 6 #include "BUZZER.h"
pkr7098 1:ed1c6618f739 7 #include "JOYSTICK.h"
pkr7098 1:ed1c6618f739 8 #include "SWITCH.h"
pkr7098 1:ed1c6618f739 9 #include "WIFI.h"
pkr7098 1:ed1c6618f739 10 #include "LCD.h"
pkr7098 1:ed1c6618f739 11 #include "TIMER.h"
pkr7098 1:ed1c6618f739 12 #include "SWITCH_APPLICATION.h"
pkr7098 1:ed1c6618f739 13 #include "ALARM.h"
pkr7098 1:ed1c6618f739 14 #include "BELL.h"
pkr7098 1:ed1c6618f739 15
pkr7098 1:ed1c6618f739 16 void applicationChangeMode(void);
pkr7098 1:ed1c6618f739 17 void applicationInit(void);
pkr7098 1:ed1c6618f739 18
pkr7098 1:ed1c6618f739 19 #endif