Supachai Vorapojpisut
/
le484_2016
Course project for LE484 at Thammasat University, class of 2016
Diff: platform.h
- Revision:
- 12:845639da2f03
- Parent:
- 11:8b9668e37646
- Parent:
- 7:d702abfe51e3
--- a/platform.h Mon May 08 05:06:11 2017 +0000 +++ b/platform.h Mon May 08 05:11:22 2017 +0000 @@ -1,7 +1,8 @@ #ifndef PLATFORM_H #define PLATFORM_H -void led1_thread(void) +void led1_thread(void); +void sensorIn(void); extern Thread sensorThread; extern Thread ledThread;