This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
alarmdecoder
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Why wasnt this already commited? heh
pyserial_fix
Scott Petersen
11 years ago
parent
3046828112
commit
5fa88fa503
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
}
}
Write
Preview
Loading…
Cancel
Save