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.
CAN_thread.h@0:a46303f3277c, 2014-10-31 (annotated)
- Committer:
- ggudgel
- Date:
- Fri Oct 31 22:14:03 2014 +0000
- Revision:
- 0:a46303f3277c
First working revision. Test functionality of one mbed system controlling another through SPI, while utilizing CAN bus lines.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ggudgel | 0:a46303f3277c | 1 | #include "mbed.h" |
ggudgel | 0:a46303f3277c | 2 | |
ggudgel | 0:a46303f3277c | 3 | void CAN_thread (void const *args); |