Skip to content

Commit

Permalink
- switch to 9600 baud for example
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepmistry committed Sep 4, 2015
1 parent e226aea commit 8710b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/HID/HID_volume/HID_volume.ino
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ int buttonState;
unsigned long lastInputPollTime = 0;

void setup() {
Serial.begin(115200);
Serial.begin(9600);

pinMode(BUTTON_PIN, INPUT_PULLUP);
buttonState = digitalRead(BUTTON_PIN);
Expand Down

0 comments on commit 8710b05

Please sign in to comment.