Skip to content

Commit

Permalink
Update DigiCDC.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Tylek Kettenburg committed Jan 15, 2015
1 parent a83f085 commit 7f0e412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hardware/digistump/avr/libraries/DigisparkCDC/DigiCDC.h
Expand Up @@ -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();
Expand All @@ -58,4 +59,4 @@ class DigiCDCDevice : public Stream {
extern DigiCDCDevice SerialUSB;


#endif // __DigiCDC_h__
#endif // __DigiCDC_h__

0 comments on commit 7f0e412

Please sign in to comment.