mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-09-17 09:22:28 -07:00
Update DigiCDC.h
This commit is contained in:
@@ -38,6 +38,7 @@ class DigiCDCDevice : public Stream {
|
|||||||
public:
|
public:
|
||||||
DigiCDCDevice();
|
DigiCDCDevice();
|
||||||
void begin(), begin(unsigned long x);
|
void begin(), begin(unsigned long x);
|
||||||
|
void setDelay(uint8_t delay);
|
||||||
void end();
|
void end();
|
||||||
void refresh();
|
void refresh();
|
||||||
void task();
|
void task();
|
||||||
@@ -58,4 +59,4 @@ class DigiCDCDevice : public Stream {
|
|||||||
extern DigiCDCDevice SerialUSB;
|
extern DigiCDCDevice SerialUSB;
|
||||||
|
|
||||||
|
|
||||||
#endif // __DigiCDC_h__
|
#endif // __DigiCDC_h__
|
||||||
|
Reference in New Issue
Block a user