|
|
@@ -1,7 +1,7 @@
|
|
|
if(!digitalRead(CAN_INTpin)) // If pin 2 is low, read receive buffer
|
|
|
{
|
|
|
CAN0.readMsgBuf(&CANrxId, &CANlen, CANrxBuf); // Read data: len = data length, buf = data byte(s)
|
|
|
- Serial.print("# read ID: ");
|
|
|
+ Serial.print("#4444 read ID: ");
|
|
|
Serial.print(CANrxId, HEX);
|
|
|
Serial.print(" Data: ");
|
|
|
/* #if defined(HAS_LCD1602)
|