La Suno / Mbed 2 deprecated afero_poc15_180413

Dependencies:   UniGraphic mbed vt100

Files at this revision

API Documentation at this revision

Comitter:
Rhyme
Date:
Mon Jun 18 01:56:00 2018 +0000
Parent:
0:846e2321c637
Commit message:
External sensor power on/off function enabled. (Previously disabled)

Changed in this revision

edge_utils/edge_mgr.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/edge_utils/edge_mgr.cpp	Fri Apr 13 04:19:23 2018 +0000
+++ b/edge_utils/edge_mgr.cpp	Mon Jun 18 01:56:00 2018 +0000
@@ -378,7 +378,7 @@
 void init_sensors(void)
 {
     printf("=== Initializing Sensor(s) ===\n") ;    
-#if 0
+#if 1 
     color_en = new DigitalOut(PIN_COLOR_EN, 0) ;
     *color_en = 0 ; /* enable */
     *color_en = 1 ; /* disable */