From 88d5552e850ff7213b050ee8b8945ece90b890b4 Mon Sep 17 00:00:00 2001 From: Frank Adams Date: Sat, 9 Feb 2019 14:47:37 -0800 Subject: [PATCH] Update Touchpad_3p2.ino --- Example_Touchpads/Touchpad_3p2.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example_Touchpads/Touchpad_3p2.ino b/Example_Touchpads/Touchpad_3p2.ino index d164481..17c2a88 100644 --- a/Example_Touchpads/Touchpad_3p2.ino +++ b/Example_Touchpads/Touchpad_3p2.ino @@ -12,7 +12,7 @@ // This software interfaces the Teensy 3.2 with a PS/2 touchpad found in an HP DV9000 laptop. // The ps/2 code uses the USB PJRC Mouse functions at www.pjrc.com/teensy/td_mouse.html // The ps/2 code has a watchdog timer so the code can't hang if a clock edge is missed. -// In the Arduino IDE, select Tools, Teensy LC. Also under Tools, select Keyboard+Mouse+Joystick +// In the Arduino IDE, select Tools, Teensy 3.2/3.1. Also under Tools, select Keyboard+Mouse+Joystick // // Revision History // Rev 1.0 - Nov 23, 2018 - Original Release