Skip to content

Commit

Permalink
Merge pull request tessel#123 from tessel/kb-accel-bonus
Browse files Browse the repository at this point in the history
Switches in a more interesting and actually possible bonus question for accelerometer
  • Loading branch information
johnnyman727 committed May 20, 2016
2 parents 154e07f + b6d3208 commit 0e11a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/accelerometer.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ In your command line, `t2 run accelerometer.js`

Watch x, y, and z values appear in your terminal! Move the Tessel module around to see acceleration along different axes.

**Bonus:** Change the code to make the accelerometer output information once per second (every 1000ms).
**Bonus:** Instead of just printing data, can you make the accelerometer tell you something useful? Make the Tessel log whether it's right side up or upside down.

To see what else you can do with the accelerometer module, see the module docs [here](https://github.com/tessel/accel-mma84).

Expand Down

0 comments on commit 0e11a1c

Please sign in to comment.