Colin Stearns / Mbed 2 deprecated qcControl

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
7:c75d5e5e6bfc
Parent:
6:434d20e99e49
Child:
12:e42985e3ea64
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/adapt/usb.h	Tue Apr 01 15:52:08 2014 +0000
@@ -0,0 +1,11 @@
+#ifndef _USB_H_
+#define _USB_H_
+#include "mbed.h"
+class USB{
+private:
+    static Serial* pc;
+public:
+    /// \brief Call this function to get a hold of the serial for USB.
+    static Serial& getSerial();
+};
+#endif
\ No newline at end of file