We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc5282 commit 7c751b6Copy full SHA for 7c751b6
libraries/Bluefruit52Lib/examples/Peripheral/hid_camerashutter/hid_camerashutter.ino
@@ -98,7 +98,7 @@ void loop()
98
digitalWrite(LED_RED, 1);
99
100
// Send the 'volume down' key press
101
- // Check BLEHidGerneric.h for list of defined consumer usage codes
+ // Check BLEHidGeneric.h for a list of valid consumer usage codes
102
blehid.consumerKeyPress(HID_USAGE_CONSUMER_VOLUME_DECREMENT);
103
104
// Delay a bit between reports
0 commit comments