Update Lenovo_T61_KBandTP.ino

This commit is contained in:
Frank Adams 2018-11-23 21:47:11 -08:00 committed by GitHub
parent 617a67663c
commit 78ab8e6475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
// The PS/2 code for the Trackpoint was originally from https://playground.arduino.cc/uploads/ComponentLib/mouse.txt
// but the interface to the host was changed from RS232 serial to USB using the PJRC Mouse functions.
// A watchdog timer was also added to the "while loops" so the code can't hang if a clock edge is missed.
//
// In the Arduino IDE, select Tools, Teensy 3.2. Also under Tools, select Keyboard+Mouse+Joystick
// Revision History
// Initial Release Nov 15, 2018
//