aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ADB.txt22
1 files changed, 18 insertions, 4 deletions
diff --git a/ADB.txt b/ADB.txt
index 186015c9e..63005b3dd 100644
--- a/ADB.txt
+++ b/ADB.txt
@@ -23,11 +23,24 @@ AVR ATtiny2131 ADB to PS/2 converter(Japanese)
23 23
24Pinouts 24Pinouts
25------- 25-------
26 Female socket from the front 26 ADB female socket from the front:
27 __________
28 | | <--- top
29 | 4o o3 |
30 |2o o1|
31 | == |
32 |________| <--- bottom
33 | | <--- 4pins
27 34
28 4o o3 35
29 2o o1 36 ADB female socket from bottom:
30 == 37
38 ========== <--- front
39 | |
40 | |
41 |2o o1|
42 |4o o3|
43 ---------- <--- back
31 44
32 1: Data 45 1: Data
33 2: Power SW(low when press Power key) 46 2: Power SW(low when press Power key)
@@ -35,6 +48,7 @@ Pinouts
35 4: GND 48 4: GND
36 49
37 50
51
38Commands 52Commands
39-------- 53--------
40 ADB command is 1byte and consists of 4bit-address, 2bit-command 54 ADB command is 1byte and consists of 4bit-address, 2bit-command