ovpanait / Arduino-PS2-Mouse-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino-PS2-Mouse-Library

PS2 Mouse device <----> host communication
Two modes of operation :

  • Polling the device for data - The host sends a request and the mouse sends back movement information
  • Continuous flow of data - Data packets are sent each time the mouse has moved

About


Languages

Language:C++ 100.0%