Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8099105

Browse filesBrowse files
committed
Expose USBDevice object in USBAPI header
1 parent f037096 commit 8099105
Copy full SHA for 8099105

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎cores/arduino/USB/USBAPI.h

Copy file name to clipboardExpand all lines: cores/arduino/USB/USBAPI.h
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class USBDeviceClass {
9090
private:
9191
bool initialized;
9292
};
93+
extern USBDeviceClass USBDevice;
9394

9495
//================================================================================
9596
// Serial over CDC (Serial1 is the physical port)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.