Browse Source

added my name

main
Peter Shipley 11 years ago
parent
commit
9a70a2db37
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      RainEagle/EagleClass.py

+ 5
- 1
RainEagle/EagleClass.py View File

@@ -1,4 +1,9 @@


__author__ = 'Peter Shipley <peter.shipley@gmail.com>'
__copyright__ = "Copyright (C) 2014 Peter Shipley"
__license__ = "BSD"

import socket
import sys
import os
@@ -58,7 +63,6 @@ def et2d(et) :


#
# Simple Base class for ISY Class
class Eagle(object) :
"""
Class for talking to Rainforest Automation EAGLE (RFA-Z109)


Loading…
Cancel
Save