new

Dependencies:   mbed CANMsg

Revision:
7:c9fd242538d9
Parent:
6:3fca0ca1949e
--- a/canbus.hpp	Thu Jul 05 16:30:54 2018 +0000
+++ b/canbus.hpp	Thu Jul 12 06:07:14 2018 +0000
@@ -13,6 +13,7 @@
     #if defined(M3)
         const unsigned int  RX_ID = 0x104;
         const unsigned int  TX_ID = 0x105;
+        #define seedSensor
     #endif
     #if defined(M4)
         const unsigned int  RX_ID = 0x106;
@@ -54,7 +55,6 @@
     const unsigned int RX_AngoloPh  = 0x133;
     const unsigned int RX_AngoloAv  = 0x134;
     const unsigned int RX_Quinconce = 0x135;
-//    const unsigned int RX_QuincSinc = 0x136;
     const unsigned int RX_QuincSinc = 0x11A;
     const unsigned int RX_Configure = 0x11B;
 #endif