Skip to content

Instantly share code, notes, and snippets.

View martinlroth's full-sized avatar
💭
I may be slow to respond.

Martin L. Roth martinlroth

💭
I may be slow to respond.
  • Longmont, CO, USA
View GitHub Profile
@martinlroth
martinlroth / relay.py
Last active February 4, 2025 18:26
Simple relay control for the Denkovi USB Relay Module 4 Channels, for Home Automation - v2
#!/usr/bin/python
#
# Simple relay control for the Denkovi USB Relay Module 4 Channels, for Home Automation - v2
# http://denkovi.com/usb-relay-board-four-channels-for-home-automation-v2
#
# Better tools are offered on http://denkovi.com but they need an internet
# connection, and are not open source.
#
__author__ = "Martin Roth"