req

Dependents:   BMS_BMUCore_Max_DummyData BMS_BMUCore_Max

Fork of LTC6804 by Max Vigdorchik

Revision:
6:47ffbe9ee110
Parent:
5:324a19dcfdec
Child:
7:1448777cbc34
--- a/SPI_Parser.h	Sun Jul 23 10:33:23 2017 +0000
+++ b/SPI_Parser.h	Sat Aug 19 20:45:03 2017 +0000
@@ -7,6 +7,8 @@
 #include <stdlib.h>
 #include <iostream>
 
+#define DEBUG 0
+
 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.