all bms comunicating with nucleo board and balancing

Dependencies:   CANnucleo mbed

Fork of Can_sniffer_BMS_GER by Joao Vieira

Revision:
38:3e01f81f0808
Parent:
37:1e1f3131fef5
Child:
39:90a56ddcdf4a
diff -r 1e1f3131fef5 -r 3e01f81f0808 main.cpp
--- a/main.cpp	Wed Nov 09 12:11:05 2016 +0000
+++ b/main.cpp	Wed Nov 09 21:44:12 2016 +0000
@@ -1,7 +1,7 @@
 /*
  * An example showing how to use the CANnucleo library:
  *
- * Two affordable (less than $3 on ebay) STM32F103C8T6 boards (20kB SRAM, 64kB Flash),
+ * Two affordable (less than $3 on ebay) STM32F103C8T6 boardss (20kB SRAM, 64kB Flash),
  * (see [https://developer.mbed.org/users/hudakz/code/STM32F103C8T6_Hello/] for more details)
  * are connected to the same CAN bus via transceivers (MCP2551 or TJA1040, or etc.).
  * CAN transceivers are not part of NUCLEO boards, therefore must be added by you.