mirror of https://github.com/MLXXXp/Arduboy2.git
Merge pull request #18 from eried/master
Fix typo in the code example for everyXFrames()
This commit is contained in:
commit
f8f46de06d
|
@ -741,7 +741,7 @@ class Arduboy2Base : public Arduboy2Core
|
|||
* is being held down:
|
||||
*
|
||||
* \code
|
||||
* if (arduboy.everyXframes(5)) {
|
||||
* if (arduboy.everyXFrames(5)) {
|
||||
* if arduboy.pressed(A_BUTTON) {
|
||||
* fireShot();
|
||||
* }
|
||||
|
|
Loading…
Reference in New Issue