Pilot 1 working code (excluding new patient after calculation). %d changed in %f sensordata serial log.

Dependencies:   ADS1015 MPU6050 PixelArray mbed

Fork of Momo_New by Momo Medical

Files at this revision

API Documentation at this revision

Comitter:
Ishy
Date:
Mon Nov 20 16:24:33 2017 +0000
Parent:
36:d10f368d037b
Commit message:
Changed inconsistency;

Changed in this revision

Sensorplate/main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r d10f368d037b -r ebc527b78b96 Sensorplate/main.cpp
--- a/Sensorplate/main.cpp	Wed Oct 18 14:12:11 2017 +0000
+++ b/Sensorplate/main.cpp	Mon Nov 20 16:24:33 2017 +0000
@@ -336,7 +336,7 @@
             LED_blue_intensity = 0;
             LED_yellow_state = 1;
         } else {
-            LED_green_state = 0;
+            LED_yellow_state = 0;
         }
     
         if (LED_colour == 'g') {                                                    // Set LED_colour to green.