MCP2515 CAN library

Fork of mcp2515 by Jason Engelman

Files at this revision

API Documentation at this revision

Comitter:
nimig
Date:
Thu Jul 27 22:18:03 2017 +0000
Parent:
14:cf76652389be
Commit message:
Update 7-27-17

Changed in this revision

CAN3.h Show annotated file Show diff for this revision Revisions of this file
--- a/CAN3.h	Mon Jul 24 18:24:31 2017 +0000
+++ b/CAN3.h	Thu Jul 27 22:18:03 2017 +0000
@@ -31,9 +31,6 @@
     void rise(void (*fptr)(void));
     void fall(void (*fptr2)(void));
 
-
-
-
     // Private functions
 private :
     uint8_t checkReceive(void);