Nespresso RGB Sensor / Mbed 2 deprecated EnvoyNespressoEndpointColorDetectorV2

Dependencies:   ColorDetectorV2 ExternalFlashClient SNICInterface mbed-rtos mbed nsdl

Fork of EnvoyNespressoEndpoint by Nespresso RGB Sensor

Files at this revision

API Documentation at this revision

Comitter:
bridadan
Date:
Thu Jul 02 01:44:16 2015 +0000
Parent:
10:b570bedef3fe
Child:
12:01e87cce0aab
Commit message:
Updating ColorDetector again

Changed in this revision

ColorDetector.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ColorDetector.lib	Thu Jul 02 01:07:50 2015 +0000
+++ b/ColorDetector.lib	Thu Jul 02 01:44:16 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/Nespresso-RGB-Sensor/code/ColorDetector/#e7c198206c5f
+http://developer.mbed.org/teams/Nespresso-RGB-Sensor/code/ColorDetector/#487acc0ebf8f
--- a/main.cpp	Thu Jul 02 01:07:50 2015 +0000
+++ b/main.cpp	Thu Jul 02 01:44:16 2015 +0000
@@ -134,7 +134,7 @@
     colorSensor.setBlockRead();
     
     // Create color detector
-    ColorDetector detector(&colorSensor, 15, 3, 2, 256);
+    ColorDetector detector(&colorSensor, 15, 3, 2, 256, 4);
     detector.setBaseline();
     
     // Pass reference to color detector