Supachai Vorapojpisut
/
le484_2016
Course project for LE484 at Thammasat University, class of 2016
Diff: platform.h
- Revision:
- 4:3aaedd16c77b
- Child:
- 7:d702abfe51e3
- Child:
- 11:8b9668e37646
diff -r e38819a2b38c -r 3aaedd16c77b platform.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/platform.h Mon May 08 04:12:17 2017 +0000 @@ -0,0 +1,9 @@ +#ifndef PLATFORM_H +#define PLATFORM_H + + +extern Thread sensorThread; +extern Thread ledThread; + + +#endif \ No newline at end of file