Can_open_masternode

Dependencies:   mbed

Revision:
0:9dd7c6129683
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/source/port_helper.h	Mon May 30 07:36:47 2011 +0000
@@ -0,0 +1,17 @@
+
+
+#ifndef PORT_HELPER_H
+#define PORT_HELPER_H
+
+#include "canfestival.h"
+#include "mbed.h"
+
+void initHelper();
+void serviceHelper();
+
+void serviceCOMCommands();;
+
+void printMsg(Message& msg);
+void printMsg(CANMessage& msg);
+
+#endif