Browse Source

Why wasnt this already commited? heh

pyserial_fix
Scott Petersen 11 years ago
parent
commit
5fa88fa503
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      pyad2usb/panels.py

+ 13
- 0
pyad2usb/panels.py View File

@@ -0,0 +1,13 @@
"""
Representations of Panels and their templates.
"""

VISTA20 = 0

TEMPLATES = {
VISTA20: {
'name': 'Vista 20',
# number of expanders, starting_address, number of channels
'expanders': (5, 7, 7)
}
}

Loading…
Cancel
Save