Henk Meewis / Mbed 2 deprecated USB_serial_LED_controller

Dependencies:   mbed

Fork of frdm_echo by Henk Meewis

Revision:
5:03b7c237c4c4
Child:
8:b715912d684b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/shell.h	Mon Apr 14 01:47:31 2014 +0000
@@ -0,0 +1,16 @@
+#ifndef shell__h__
+#define shell__h__
+
+class Shell {
+public:
+    Shell(uint32_t);
+    void sendHelloWorld();
+    void scanUSBSerialRx();
+
+private:
+    void sendText(char *);
+
+    Serial *usbSerial;
+};
+
+#endif
\ No newline at end of file