Skip to content

Commit

Permalink
Add Drawsome Tablet to IdentifyController.ino
Browse files Browse the repository at this point in the history
Also forgot about this in #57.
  • Loading branch information
dmadison committed May 26, 2020
1 parent 63d7c28 commit c19cb8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/Any/IdentifyController/IdentifyController.ino
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ void setup() {
case(ExtensionType::uDrawTablet):
Serial.println("uDraw Tablet connected!");
break;
case(ExtensionType::DrawsomeTablet):
Serial.println("Drawsome Tablet connected!");
break;
default: break;
}
controller.printDebugID();
Expand Down

0 comments on commit c19cb8c

Please sign in to comment.