diff options
| -rw-r--r-- | docs/feature_ps2_mouse.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/feature_ps2_mouse.md b/docs/feature_ps2_mouse.md index 909406e7d..01e2cc63d 100644 --- a/docs/feature_ps2_mouse.md +++ b/docs/feature_ps2_mouse.md | |||
| @@ -6,6 +6,24 @@ To hook up a Trackpoint, you need to obtain a Trackpoint module (i.e. harvest fr | |||
| 6 | 6 | ||
| 7 | There are three available modes for hooking up PS/2 devices: USART (best), interrupts (better) or busywait (not recommended). | 7 | There are three available modes for hooking up PS/2 devices: USART (best), interrupts (better) or busywait (not recommended). |
| 8 | 8 | ||
| 9 | ### The Cirtuitry between Trackpoint and Controller | ||
| 10 | |||
| 11 | To get the things working, a 4.7K drag is needed between the two lines DATA and CLK and the line 5+. | ||
| 12 | |||
| 13 | ``` | ||
| 14 | |||
| 15 | DATA ----------+--------- PIN | ||
| 16 | | | ||
| 17 | 4.7K | ||
| 18 | | | ||
| 19 | MODULE 5+ --------+--+--------- PWR CONTROLLER | ||
| 20 | | | ||
| 21 | 4.7K | ||
| 22 | | | ||
| 23 | CLK ------+------------ PIN | ||
| 24 | ``` | ||
| 25 | |||
| 26 | |||
| 9 | ### Busywait Version | 27 | ### Busywait Version |
| 10 | 28 | ||
| 11 | Note: This is not recommended, you may encounter jerky movement or unsent inputs. Please use interrupt or USART version if possible. | 29 | Note: This is not recommended, you may encounter jerky movement or unsent inputs. Please use interrupt or USART version if possible. |
