kristopher / PS2-Mouse-Arduino

Arduino/Wiring Library for interfacing with a PS2 mouse.
80 stars 44 forks source link

fixes for arduino 1.x, add support for wheel mouse #2

Open saces opened 10 years ago

saces commented 10 years ago

have fun

kristopher commented 10 years ago

You mind splitting the Arduino 1.0.x fixes and the mouse wheel stuff into separate pull requests. I can test the 1.0.x fixes pretty easy but I'll probably pull the mouse wheel stuff into a branch until I get some time to test it. Thanks for the work :)

Cheers, Kris

On Wed, May 7, 2014 at 5:23 PM, saces notifications@github.com wrote:

have fun

You can merge this Pull Request by running

git pull https://github.com/saces/PS2-Mouse-Arduino master

Or view, comment on, or merge it at:

https://github.com/kristopher/PS2-Mouse-Arduino/pull/2 Commit Summary

  • whitespace/ident
  • fix for Arduino 1.0.x
  • move sample, rename for Arduino 1.0.x
  • whitespace
  • add wheel mouse support
  • whitespace

File Changes

  • M PS2Mouse.cpphttps://github.com/kristopher/PS2-Mouse-Arduino/pull/2/files#diff-0(66)
  • M PS2Mouse.hhttps://github.com/kristopher/PS2-Mouse-Arduino/pull/2/files#diff-1(18)
  • R examples/Simple/Simple.inohttps://github.com/kristopher/PS2-Mouse-Arduino/pull/2/files#diff-2(7)
  • A examples/Wheel/Wheel.inohttps://github.com/kristopher/PS2-Mouse-Arduino/pull/2/files#diff-3(40)

Patch Links:

— Reply to this email directly or view it on GitHubhttps://github.com/kristopher/PS2-Mouse-Arduino/pull/2 .

saces commented 10 years ago

Should be better now. Reject this one and go with the new requests. Again, have fun. ;) Mfg saces