Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ColorDetectorV2 ExternalFlashClient SNICInterface mbed-rtos mbed nsdl
Fork of EnvoyNespressoEndpoint by
Revision 11:b68a79810fdb, committed 2015-07-02
- 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
