PaulStoffregen / USBHost_t36

USB Host Library for Teensy 3.6 and 4.0
167 stars 86 forks source link

Keyboard connected - Add a information function that tell if a keyboard is connected #8

Closed FrankBoesing closed 6 years ago

PaulStoffregen commented 6 years ago

Why is this needed? It seems redundant, since the driver base class has a bool operator that tells if a device is connected.

FrankBoesing commented 6 years ago

oops. ok :-) I did not know that.