Update DigiCDC.h

This commit is contained in:
Erik Tylek Kettenburg 2015-01-14 21:40:28 -08:00
parent a83f085330
commit 7f0e4124e0

View File

@ -38,6 +38,7 @@ class DigiCDCDevice : public Stream {
public:
DigiCDCDevice();
void begin(), begin(unsigned long x);
void setDelay(uint8_t delay);
void end();
void refresh();
void task();
@ -58,4 +59,4 @@ class DigiCDCDevice : public Stream {
extern DigiCDCDevice SerialUSB;
#endif // __DigiCDC_h__
#endif // __DigiCDC_h__