Skip to content

Commit

Permalink
move sample, rename for Arduino 1.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
saces committed Mar 19, 2014
1 parent 9bf6d0f commit a964e4d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/mouse.pde → examples/Simple/Simple.ino
Expand Up @@ -7,10 +7,11 @@
*/

#include <PS2Mouse.h>
#define MOUSE_DATA 5
#define MOUSE_CLOCK 6
#define MOUSE_DATA 4
#define MOUSE_CLOCK 2

PS2Mouse mouse(MOUSE_CLOCK, MOUSE_DATA, STREAM);
// PS2Mouse mouse(MOUSE_CLOCK, MOUSE_DATA, STREAM);
PS2Mouse mouse(MOUSE_CLOCK, MOUSE_DATA);

/**
* Setup
Expand Down

0 comments on commit a964e4d

Please sign in to comment.