Improving CAN example

Fork of CAN_ex_1 by mbed_example

History

The example was not compiling due to incorrect pinnames. Also, the example should error out properly if the board doesnt support CAN. default tip

2018-10-11, by aashishc1988 [Thu, 11 Oct 2018 16:02:16 +0000] rev 2

The example was not compiling due to incorrect pinnames. Also, the example should error out properly if the board doesnt support CAN.


Tested the code on the LPC1768. Turns out no one implemented the driver for K64F. Also added a mbed conf file for portability. Note CAN is disconnected by default in my setup

2017-01-20, by mab5449 [Fri, 20 Jan 2017 11:39:47 -0600] rev 1

Tested the code on the LPC1768. Turns out no one implemented the driver for K64F. Also added a mbed conf file for portability. Note CAN is disconnected by default in my setup


Initial commit. Ported code snippets to mbed OS 5 projects

2017-01-19, by mab5449 [Thu, 19 Jan 2017 14:21:14 -0600] rev 0

Initial commit. Ported code snippets to mbed OS 5 projects