Add I2CSlave to ov580 master.

Dependencies:   MorseGenerator2

Revision:
12:9c9a532cd7d6
Parent:
11:236d223ba3bc
Child:
13:2b83989d136c
--- a/main.cpp	Mon Nov 12 00:14:07 2018 +0000
+++ b/main.cpp	Tue Feb 05 19:20:57 2019 +0000
@@ -155,12 +155,14 @@
 static uint8_t enable_flash_timeout = 0x01;
 
 // level settings
-static uint8_t level_flood_max = 0x66;      // = 1.2 A
-static uint8_t level_dot_max = 0x5F;      // = 1.03 A
+//static uint8_t level_flood_max = 0x66;      // = 1.2 A
+static uint8_t level_flood_max = 0x3C;      // = 0.70 A
+//static uint8_t level_dot_max = 0x5F;      // = 1.03 A
 //static uint8_t level_dot_max = 0x3F;      // = 0.75 A
 //static uint8_t level_dot_max = 0x3C;      // = 0.70 A
 //static uint8_t level_dot_max = 0x15       //0.257 A
 //static uint8_t level_dot_max = 0x1F;        // =  352mA
+static uint8_t level_dot_max = 0x60;       // 1.1A
 
 char lm_on[2] = {enable_reg,enable_ir};
 char lm_off[2] = {enable_reg,disable_ir};