
The final project of Embedde class.
Dependencies: C12832 LM75B ESP-call MMA7660
SWITCH/SWITCH_APPLICATION.h
- Committer:
- pkr7098
- Date:
- 2021-06-03
- Revision:
- 2:37756b51ccdb
- Parent:
- 1:ed1c6618f739
File content as of revision 2:37756b51ccdb:
#ifndef _SWITCH_APPLICATION_H #define _SWITCH_APPLICATION_H #include "mbed.h" #include "TIMER.h" #include "APPLICATION.h" #define SWITCH_DEBOUNCING_DELAY 50 void switchApplicationInit(void); #endif