Lab 4ES_ColourMixer John Curran T00214119

Dependencies:   mbed

Revision:
1:03835eef0976
Parent:
0:fb5ea244d4f6
Child:
2:7e2fbb1f16d4
--- a/main.cpp	Sat Apr 17 09:26:21 2021 +0000
+++ b/main.cpp	Sat Apr 17 10:22:14 2021 +0000
@@ -19,9 +19,10 @@
             redled = 1;
             greenled=1;
             blueled= 1;
-            wait=(0.5);
+            wait =(0.5);
+            }
          
-        }
+        
         if(ADCdata>0.2 && ADCdata <= 0.4) {
             pc.printf ( " ADCdata >0.2-<=0.4");
             redled = 0;