QC Control software

Dependencies:   mbed

Fork of dgps by Colin Stearns

usb.h

Committer:
dylanembed123
Date:
2014-02-21
Revision:
6:434d20e99e49

File content as of revision 6:434d20e99e49:

#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