Update Readme.txt

This commit is contained in:
Frank Adams 2021-10-20 14:42:05 -07:00 committed by GitHub
parent 9755bccffb
commit 51fe93f7bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,11 @@ This code can be used on the LC and 4.0 but they need a level translator if conn
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_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. 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.
ADB_Trackball.ino will read an Apple Data Bus trackball and send the results as USB mouse commands. ADB_Trackball.ino will read an Apple Data Bus trackball and send the results as USB mouse commands.
I2C_Touchpad.ino is an example routine to read a touchpad over an I2C bus and send the results as USB mouse commands. I2C_Touchpad.ino is an example routine to read a basic touchpad over an I2C bus and send the results as USB mouse commands.
Read the comments at the beginning of the code to see the address and register numbers for this example touchpad. Read the comments at the beginning of the code to see the address and register numbers for this example touchpad.
Azoteq_TP.ino uses the Teensy I2C pins to read an Azoteq TPS65-201A-S touchpad and send the relative X/Y movement
and the finger-tap as USB mouse commands. For more information on the registers, read the Azoteq data sheet at:
https://www.azoteq.com/images/stories/pdf/iqs5xx-b000_trackpad_datasheet.pdf
For a complete description of how to interface a Teensy to a touchpad, read my touchpad guide at: 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 https://www.hackster.io/frank-adams/laptop-touchpad-conversion-to-usb-d70519