Each LPC1768 is capable of controlling 2 CAN bus lines. Linking multiple chips together via SPI allows for more bus lines to be monitored simultaneously. Slave unit.

Dependencies:   mbed-rtos mbed

Revision:
0:a46303f3277c
diff -r 000000000000 -r a46303f3277c CAN_thread.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CAN_thread.h	Fri Oct 31 22:14:03 2014 +0000
@@ -0,0 +1,3 @@
+#include "mbed.h"
+
+void CAN_thread (void const *args);
\ No newline at end of file