From 795c696f436be3e2b1f9632479469fbe9d7186cc Mon Sep 17 00:00:00 2001 From: Frank Adams Date: Fri, 25 Sep 2020 14:42:44 -0700 Subject: [PATCH] Create Readme.txt --- Example_Touchpads/Readme.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Example_Touchpads/Readme.txt diff --git a/Example_Touchpads/Readme.txt b/Example_Touchpads/Readme.txt new file mode 100644 index 0000000..0fc9717 --- /dev/null +++ b/Example_Touchpads/Readme.txt @@ -0,0 +1,5 @@ +This code can be used on the LC and 4.0 but they need a level translator if connected to a 5 volt touchpad. +The Touchpad_3p2.ino code sets up the touchpad to be in remote mode so that the Teensy can poll it after finishing the keyboard scan. +The Touchpad_Stream_mode.ino code sets up the touchpad to be in Stream Mode so it sends data when ever it detects finger movement. +For a complete description of how to interface a Teensy to a touchpad, read my touchpad guide at: +https://www.hackster.io/frank-adams/laptop-touchpad-conversion-to-usb-d70519