Guest User

Untitled

a guest
Dec 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. void setup()
  2. {
  3. Serial.begin(115200);
  4. while (CAN_OK != CAN.begin(CAN_500KBPS))
  5. {
  6. Serial.println("CAN BUS Shield init fail");
  7. Serial.println("Init CAN BUS Shield again");
  8. delay(100);
  9. }
  10.  
  11. Serial.println("CAN BUS Shield init ok!");
  12.  
  13. }
Add Comment
Please, Sign In to add comment