Moved examples
This commit is contained in:
parent
7a76c76c1e
commit
2a906abd79
5 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ void loop() {
|
|||
|
||||
// move x/y Axis to a new position (16bit)
|
||||
Gamepad.xAxis(random(0xFFFF));
|
||||
Gamepad.yAxis(analogRead(A0) << 6);
|
||||
Gamepad.yAxis(random(0xFFFF));
|
||||
|
||||
// go through all dPad positions
|
||||
// values: 0-8 (0==centred)
|
||||
Loading…
Reference in a new issue