Course project for LE484 at Thammasat University, class of 2016

Revision:
12:845639da2f03
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/platform.h.orig	Mon May 08 05:11:22 2017 +0000
@@ -0,0 +1,10 @@
+#ifndef PLATFORM_H
+#define PLATFORM_H
+
+void led1_thread(void) 
+
+extern Thread sensorThread;
+extern Thread ledThread; 
+
+
+#endif 
\ No newline at end of file