Merge pull request #18 from eried/master

Fix typo in the code example for everyXFrames()
This commit is contained in:
Scott Allen 2017-12-19 09:43:08 -05:00 committed by GitHub
commit f8f46de06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ class Arduboy2Base : public Arduboy2Core
* is being held down: * is being held down:
* *
* \code * \code
* if (arduboy.everyXframes(5)) { * if (arduboy.everyXFrames(5)) {
* if arduboy.pressed(A_BUTTON) { * if arduboy.pressed(A_BUTTON) {
* fireShot(); * fireShot();
* } * }