mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-23 12:21:05 -04:00
Adds the input-only pins to the ATF1502/ATF1504 pins list.
This commit is contained in:
parent
8255db328c
commit
96b38e45f0
@ -19,23 +19,23 @@ public enum ATFDevice {
|
||||
|
||||
//CHECKSTYLE.OFF: JavadocVariable
|
||||
ATF1502PLCC44(1502, 43, "plcc44",
|
||||
4, 5, 6, 8, 9, 11, 12, 14, 16, 17,
|
||||
1, 2, 4, 5, 6, 8, 9, 11, 12, 14, 16, 17,
|
||||
18, 19, 20, 21, 24, 25, 26, 27, 28,
|
||||
29, 31, 33, 34, 36, 37, 38, 39, 40, 41),
|
||||
29, 31, 33, 34, 36, 37, 38, 39, 40, 41, 43, 44),
|
||||
ATF1502TQFP44(1502, 37, "t44", "tqfp44",
|
||||
2, 3, 5, 6, 8, 10, 11,
|
||||
12, 13, 14, 15, 18, 19, 20, 21, 22,
|
||||
23, 25, 27, 28, 30, 31, 33,
|
||||
34, 35, 42, 43, 44),
|
||||
34, 35, 37, 38, 39, 40, 42, 43, 44),
|
||||
ATF1504PLCC44(1504, 43, "plcc44",
|
||||
4, 5, 6, 8, 9, 11, 12, 14, 16, 17,
|
||||
1, 2, 4, 5, 6, 8, 9, 11, 12, 14, 16, 17,
|
||||
18, 19, 20, 21, 24, 25, 26, 27, 28,
|
||||
29, 31, 33, 34, 36, 37, 38, 39, 40, 41),
|
||||
29, 31, 33, 34, 36, 37, 38, 39, 40, 41, 43, 44),
|
||||
ATF1504TQFP44(1504, 37, "t44", "tqfp44",
|
||||
2, 3, 5, 6, 8, 10, 11,
|
||||
12, 13, 14, 15, 18, 19, 20, 21, 22,
|
||||
23, 25, 27, 28, 30, 31, 33,
|
||||
34, 35, 42, 43, 44),
|
||||
34, 35, 37, 38, 39, 40, 42, 43, 44),
|
||||
ATF1508PLCC84(1508, 81, "plcc84",
|
||||
4, 5, 6, 8, 9, 10, 11, 12, // A
|
||||
15, 16, 17, 18, 20, 21, 22, 24, // B
|
||||
|
Loading…
x
Reference in New Issue
Block a user