Moved examples

This commit is contained in:
Nico 2014-11-22 14:02:12 +01:00
parent 7a76c76c1e
commit 2a906abd79
5 changed files with 1 additions and 1 deletions

View file

@ -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)