This library can parse CAN data sent by MITSUBA Inverter.

Dependents:   CANLogger_MITSUBA

Files at this revision

API Documentation at this revision

Comitter:
kelloo
Date:
Thu Jun 16 05:56:53 2016 +0000
Parent:
0:bd23027c06bd
Commit message:
Can Logger

Changed in this revision

MITSUBA_CAN.h Show annotated file Show diff for this revision Revisions of this file
diff -r bd23027c06bd -r ec529582beed MITSUBA_CAN.h
--- a/MITSUBA_CAN.h	Thu Jun 16 05:54:26 2016 +0000
+++ b/MITSUBA_CAN.h	Thu Jun 16 05:56:53 2016 +0000
@@ -31,7 +31,7 @@
   */
   MITSUBA(CAN &_can, int freq);
   /**
-  * Fetch and Parse datas sent by the MITSUBA Inverter.
+  * Fetch and Parse data sent by the MITSUBA Inverter.
   @param val LogFrame Address
   */
   void GetCanData(unsigned char val);