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.
2 parents 7f8f645 + f32b01c commit fcc6c1aCopy full SHA for fcc6c1a
libraries/Bluefruit52Lib/examples/Peripheral/hid_camerashutter/hid_camerashutter.ino
@@ -111,7 +111,7 @@ void loop()
111
digitalWrite(LED_RED, 1);
112
113
// Send the 'volume down' key press
114
- // Check BLEHidGeneric.h for a list of valid consumer usage codes
+ // Check hid.h for a list of valid consumer usage codes
115
blehid.consumerKeyPress(HID_USAGE_CONSUMER_VOLUME_DECREMENT);
116
117
// Delay a bit between reports
0 commit comments