Skip to content

Commit 7f0e412

Browse files
author
Erik Tylek Kettenburg
committed
Update DigiCDC.h
1 parent a83f085 commit 7f0e412

File tree

1 file changed

+2
-1
lines changed
  • hardware/digistump/avr/libraries/DigisparkCDC

1 file changed

+2
-1
lines changed

hardware/digistump/avr/libraries/DigisparkCDC/DigiCDC.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class DigiCDCDevice : public Stream {
3838
public:
3939
DigiCDCDevice();
4040
void begin(), begin(unsigned long x);
41+
void setDelay(uint8_t delay);
4142
void end();
4243
void refresh();
4344
void task();
@@ -58,4 +59,4 @@ class DigiCDCDevice : public Stream {
5859
extern DigiCDCDevice SerialUSB;
5960

6061

61-
#endif // __DigiCDC_h__
62+
#endif // __DigiCDC_h__

0 commit comments

Comments
 (0)