mirror of https://github.com/MLXXXp/Arduboy2.git
Small typo on the code example
This commit is contained in:
parent
93c33f6ad6
commit
d6336803a2
|
@ -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();
|
||||||
* }
|
* }
|
||||||
|
|
Loading…
Reference in New Issue