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
Renamed ad2usb.py.
pyserial_fix
Scott Petersen
11 years ago
parent
07976100fd
commit
bb9669b201
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
pyad2/__init__.py
+0
-0
pyad2/ad2.py
+1
-1
pyad2/util.py
+ 2
- 2
pyad2/__init__.py
View File
@@ -1,5 +1,5 @@
import ad2
usb
import ad2
import devices
import util
__all__ = ['ad2
usb
', 'devices', 'util']
__all__ = ['ad2', 'devices', 'util']
pyad2/ad2usb.py → pyad2/ad2.py
View File
+ 1
- 1
pyad2/util.py
View File
@@ -4,7 +4,7 @@ Provides utility classes for the AD2USB devices.
.. moduleauthor:: Scott Petersen <scott@nutech.com>
"""
import ad2
usb
import ad2
import time
import traceback
import threading
Write
Preview
Loading…
Cancel
Save