Skip to content

Commit

Permalink
Fix example code
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrusbuilt committed Oct 5, 2016
1 parent 83b9d07 commit f74f535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/EventExample/EventExample.ino
Expand Up @@ -66,9 +66,9 @@ void setup() {
Serial.println();
Serial.print(F("Calibrating.... "));
stick.calibrate();
Serial.println(F("Done."))
Serial.println(F("Done."));
Serial.println(F("Calibrated zero position: "));
printPosition()
printPosition();

// Wire up event handlers.
stick.onUp(onUpHandler);
Expand Down

0 comments on commit f74f535

Please sign in to comment.