Skip to content

Instantly share code, notes, and snippets.

View gregbuehler's full-sized avatar

Greg Buehler gregbuehler

View GitHub Profile
@gregbuehler
gregbuehler / pelcod.py
Created October 25, 2012 19:07
Pelco D Protocol in Python
class pelco_options(object):
def __init__(self):
self.__sense = 0
self.__toggle_automan = 0
self.__toggle_onoff = 0
self.__iris_close = 0
self.__iris_open = 0
self.__focus_near = 0
self.__focus_far = 0
self.__zoom_wide = 0