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

CAN_thread.h

Committer:
ggudgel
Date:
2014-10-31
Revision:
0:a46303f3277c

File content as of revision 0:a46303f3277c:

#include "mbed.h"

void CAN_thread (void const *args);