Kenneth Dunlop / Mbed 2 deprecated Ken_CAN_test

Dependencies:   mbed

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