Skip to content

Commit c19cb8c

Browse files
committed
Add Drawsome Tablet to IdentifyController.ino
Also forgot about this in #57.
1 parent 63d7c28 commit c19cb8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/Any/IdentifyController/IdentifyController.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ void setup() {
6060
case(ExtensionType::uDrawTablet):
6161
Serial.println("uDraw Tablet connected!");
6262
break;
63+
case(ExtensionType::DrawsomeTablet):
64+
Serial.println("Drawsome Tablet connected!");
65+
break;
6366
default: break;
6467
}
6568
controller.printDebugID();

0 commit comments

Comments
 (0)