added sections for t-2

This commit is contained in:
2026-06-23 02:54:03 +09:00
parent 6ded2e9f31
commit 49287f2692
9 changed files with 466 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
(A, B, C, D): (a, b, c, d, e, f, g)
(0, 1, 0, 1): (1, 1, 1, 0, 1, 1, 1) // 0x0A
(1, 1, 0, 1): (0, 0, 1, 1, 1, 1, 1) // 0x0b
(0, 0, 1, 1): (1, 0, 0, 1, 1, 1, 0) // 0x0C
(1, 0, 1, 1): (0, 1, 1, 1, 1, 0, 1) // 0x0d
(0, 1, 1, 1): (1, 0, 0, 1, 1, 1, 1) // 0x0E
(1, 1, 1, 1): (1, 0, 0, 0, 1, 1, 1) // 0x0F