Skip to content

Instantly share code, notes, and snippets.

# sbc1
from gpio import *
from time import *
from ioeclient import *
from environment import *
state = LOW
def detect():
# SBC1
from gpio import *
from time import *
from ioeclient import *
from environment import *
state = LOW
def detect():
global state
# sbc0
from gpio import *
from time import *
from ioeclient import *
from environment import *
state = LOW
def detect():