generated from kenryuS/report-temp
added sections for t-2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user