Course project for LE484 at Thammasat University, class of 2016

Revision:
9:5b4959a735a1
Parent:
8:12d666d1afb4
--- a/sensorTask.cpp	Mon May 08 04:44:33 2017 +0000
+++ b/sensorTask.cpp	Mon May 08 04:45:50 2017 +0000
@@ -2,7 +2,6 @@
 #include "platform.h"
 
 AnalogIn analog_value(A0);
-DigitalOut led(LED1);
 
 void sensorIn()
 {