|
The HID library is architecture specific, so it is typically bundled with the hardware package of the boards of the architecture it was written for. The Arduino 101 developers never wrote an HID library, so that's why you can't use the Keyboard and Mouse libraries with your Arduino 101. Here's a more detailed explanation from one of Arduino's developers: to become a Keyboard/Mouse an Arduino needs a programmable USB core (and native USB capabilities).
It's possible a community member has written a 3rd party library to provide this functionality, but I didn't find any after a quick search. What I did find is a 3rd party library that does keyboard or mouse emulation over BLE:
A library turn Curie Core boards(Arduino/Genuino 101) into a Bluetooth Keyboard. - GitHub - mo10/Curie-bluetooth-HID-library: A library turn Curie Core boards(Arduino/Genuino 101) into a Bluetooth ... (责任编辑:) |


