Course project for LE484 at Thammasat University, class of 2016

Revision:
4:3aaedd16c77b
Child:
7:d702abfe51e3
Child:
11:8b9668e37646
--- /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