The final project of Embedde class.

Dependencies:   C12832 LM75B ESP-call MMA7660

Committer:
pkr7098
Date:
Thu Jun 03 07:08:47 2021 +0000
Revision:
1:ed1c6618f739
The final project of Embedde class.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pkr7098 1:ed1c6618f739 1 #ifndef _SWITCH_APPLICATION_H
pkr7098 1:ed1c6618f739 2 #define _SWITCH_APPLICATION_H
pkr7098 1:ed1c6618f739 3
pkr7098 1:ed1c6618f739 4 #include "mbed.h"
pkr7098 1:ed1c6618f739 5 #include "TIMER.h"
pkr7098 1:ed1c6618f739 6 #include "APPLICATION.h"
pkr7098 1:ed1c6618f739 7
pkr7098 1:ed1c6618f739 8 #define SWITCH_DEBOUNCING_DELAY 50
pkr7098 1:ed1c6618f739 9
pkr7098 1:ed1c6618f739 10 void switchApplicationInit(void);
pkr7098 1:ed1c6618f739 11
pkr7098 1:ed1c6618f739 12 #endif