From 03e4bd11d94d8ae9ef5fabc6684fe04a4d7c9e90 Mon Sep 17 00:00:00 2001 From: Sara Falcone <sara.falcone@cba.mit.edu> Date: Wed, 20 Feb 2019 15:27:31 -0500 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b7c6b9b..8c736d3 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,21 @@ This project investigates using robot primitives to create drawings in the style [](https://youtu.be/RIbZDw12SdM "Root within perimeter") +## Color decode chart for sensors + +|*Color 1*|*Color 2*|*binary value*|*decimal value*| +|White| white| 00000000| 0 | +|Black| white| 00010000| 16| +|Red | white| 00100000| 32| +|Green| white| 00110000| 48| +|Blue | white| 01000000| 64| +| | | | | +|White| black| 00000001| 1 | +|Black| black| 00010001| 17| +|Red | black| 00100001| 33| +|Green| black| 00110001| 49| +|Blue | black| 01000001| 65| + ### Remember for use -- GitLab