req

Dependents:   BMS_BMUCore_Max_DummyData BMS_BMUCore_Max

Fork of LTC6804 by Max Vigdorchik

Revision:
7:1448777cbc34
Parent:
6:47ffbe9ee110
--- a/SPI_Parser.h	Sat Aug 19 20:45:03 2017 +0000
+++ b/SPI_Parser.h	Fri Aug 25 18:05:56 2017 +0000
@@ -7,7 +7,7 @@
 #include <stdlib.h>
 #include <iostream>
 
-#define DEBUG 0
+#define DEBUG 1
 
 const int socAddress = 0x64 << 1; //refer to slave address for LTC2943 on pg 16 of datasheet. mbed API uses 8 bit addresses, therefore left shift by 1 needed before passing.