Mode1 Optical Validation

Dependencies:   max32630fthr

Revision:
41:950ace6b4ce9
Parent:
40:b32b644797ba
Child:
42:6f980909371f
--- a/main.cpp	Wed Apr 06 03:19:03 2022 +0000
+++ b/main.cpp	Wed Apr 06 03:21:41 2022 +0000
@@ -116,8 +116,6 @@
   #elif defined(PACKED_NORMAL_ALGO)
     #define ALGO_SZ 16  // 16 bytes, packed algo normal size for 33.31.31
   #else
-  // TEST SCD
-//    #define ALGO_SZ 20  // 20 bytes, normal algo size for 3x.12.0
     #define ALGO_SZ 1  // 20 bytes, normal algo size for 3x.12.0
   #endif
 #else
@@ -799,9 +797,6 @@
 #else
     cmd[0] = 0x52; cmd[1] = 0x07; cmd[2] = 0x01;
 #endif
-//TEST SCD
-
-    cmd[0] = 0x52; cmd[1] = 0x07; cmd[2] = 0x03;
     sh_i2c.write(SH_ADDR, cmd, 3);
     mfio = 1;
     thread_sleep_for(465);