Colin Stearns / Mbed 2 deprecated qcControl

Dependencies:   mbed

Fork of dgps by Colin Stearns

Committer:
dylanembed123
Date:
Tue Apr 01 15:52:08 2014 +0000
Revision:
7:c75d5e5e6bfc
Parent:
usb.h@6:434d20e99e49
Child:
12:e42985e3ea64
Update handler and adapter;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dylanembed123 6:434d20e99e49 1 #ifndef _USB_H_
dylanembed123 6:434d20e99e49 2 #define _USB_H_
dylanembed123 6:434d20e99e49 3 #include "mbed.h"
dylanembed123 6:434d20e99e49 4 class USB{
dylanembed123 6:434d20e99e49 5 private:
dylanembed123 6:434d20e99e49 6 static Serial* pc;
dylanembed123 6:434d20e99e49 7 public:
dylanembed123 6:434d20e99e49 8 /// \brief Call this function to get a hold of the serial for USB.
dylanembed123 6:434d20e99e49 9 static Serial& getSerial();
dylanembed123 6:434d20e99e49 10 };
dylanembed123 6:434d20e99e49 11 #endif