power board firmware for dyno

Dependencies:   mbed

Revision:
1:2c598112756b
Parent:
0:f4f2a7b3364c
Child:
2:5ce2ad0782de
--- a/main.cpp	Mon Jun 21 19:50:05 2021 +0000
+++ b/main.cpp	Mon Jun 21 19:58:00 2021 +0000
@@ -65,7 +65,7 @@
     statMsg.len = 4;                        //transmit 4 bytes
     
     currMsg.id = 0x1;                       //higher priority                
-    statMsg.id = 0x2;                       //lower
+    statMsg.id = 0x101;                     //lower priority
     
     while(1){
         //wait(1); //GET RID OF THIS WAIT LATER