Create Readme.txt
This commit is contained in:
parent
b20e34f65a
commit
795c696f43
1 changed files with 5 additions and 0 deletions
5
Example_Touchpads/Readme.txt
Normal file
5
Example_Touchpads/Readme.txt
Normal file
|
@ -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
|
Loading…
Reference in a new issue