A Roboteq controller c++ interface to allow a Brushless motor control on a CAN bus. Used for a FBL2360 reference.

Dependencies:   CAN_FIFO_Triporteur

Revision:
2:d61b4a989cab
Parent:
1:57b8f6ed930b
Child:
3:a03c91082856
--- a/RoboteqController.cpp	Sat May 05 16:14:43 2018 +0000
+++ b/RoboteqController.cpp	Thu May 17 14:26:20 2018 +0000
@@ -72,4 +72,4 @@
     SDOmsg.data[1] = CANmsg.data[5];
     SDOmsg.data[2] = CANmsg.data[6];
     SDOmsg.data[3] = CANmsg.data[7];
-}
\ No newline at end of file
+}