Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Ken_CAN_test.cpp
- Revision:
- 0:7a500ebaa7a6
- Child:
- 1:19d183cf2689
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Ken_CAN_test.cpp Wed Jun 08 11:40:01 2022 +0000 @@ -0,0 +1,9 @@ +//This program was created by Ken 8th June 2022 to try out testing the CAN output of a CAN Gateway. +#include mbed //Including mbed libraries. This should be all it needs to use the Mbed and CAN. +pc.printf("This is the first print message.") + +//The 'main' function will run as soon as the program starts. +int main() + { + pc.printf("This is the second message.") + } \ No newline at end of file