Browse Source

Moved pyad2usb to pyad2

pyserial_fix
Scott Petersen 11 years ago
parent
commit
9aaef92cd9
11 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +0
    -0
      pyad2/__init__.py
  3. +0
    -0
      pyad2/ad2usb.py
  4. +0
    -0
      pyad2/devices.py
  5. +0
    -0
      pyad2/event/__init__.py
  6. +0
    -0
      pyad2/event/event.py
  7. +0
    -0
      pyad2/messages.py
  8. +0
    -0
      pyad2/panels.py
  9. +0
    -0
      pyad2/pyftdi
  10. +0
    -0
      pyad2/util.py
  11. +0
    -0
      pyad2/zonetracking.py

+ 1
- 0
.gitignore View File

@@ -1,2 +1,3 @@
*.pyc
tmp
test.py

pyad2usb/__init__.py → pyad2/__init__.py View File


pyad2usb/ad2usb.py → pyad2/ad2usb.py View File


pyad2usb/devices.py → pyad2/devices.py View File


pyad2usb/event/__init__.py → pyad2/event/__init__.py View File


pyad2usb/event/event.py → pyad2/event/event.py View File


pyad2usb/messages.py → pyad2/messages.py View File


pyad2usb/panels.py → pyad2/panels.py View File


pyad2usb/pyftdi → pyad2/pyftdi View File


pyad2usb/util.py → pyad2/util.py View File


pyad2usb/zonetracking.py → pyad2/zonetracking.py View File


Loading…
Cancel
Save