Update receive_check.ino

This commit is contained in:
Lowaichung
2016-08-03 09:45:43 +08:00
committed by GitHub
parent b871902b33
commit 190d33bd90
+1 -1
View File
@@ -36,7 +36,7 @@ void loop()
{
CAN.readMsgBuf(&len, buf); // read data, len: data length, buf: data buf
unsigned char canId = CAN.getCanId();
unsigned int canId = CAN.getCanId();
Serial.println("-----------------------------");
Serial.print("Get data from ID: ");