Add I2CSlave to ov580 master.

Dependencies:   MorseGenerator2

Revision:
20:8115f90949b4
Parent:
19:ee0f51cc981e
Child:
21:eb8cbbb18958
--- a/main.cpp	Mon Mar 11 19:52:33 2019 +0000
+++ b/main.cpp	Thu Mar 21 17:39:45 2019 +0000
@@ -123,18 +123,18 @@
 #define ledBlue_pin p13
 
 
-static float dot_zero_ms = 1;
+static float dot_zero_ms = 295;
 static float dot_one_ms = 410;
 static float dot_two_ms = 354;
 static float dot_three_ms = 295;
 static float dot_four_ms = 295;
 static float dot_five_ms = 295;
-static float flood_zero_ms = 1;
+static float flood_zero_ms = 360;
 static float flood_one_ms = 610;
-static float flood_two_ms = 420;
-static float flood_three_ms = 270;
-static float flood_four_ms = 270;
-static float flood_five_ms = 270;
+static float flood_two_ms = 542;
+static float flood_three_ms = 360;
+static float flood_four_ms = 360;
+static float flood_five_ms = 360;
 
 /*          THREAD          */
 EventQueue queue;