sketchbook
|
Classes | |
class | DeviceGeneric.GenericPJON |
class | DeviceGeneric.ThroughSerial |
class | DeviceGeneric.LocalUDP |
Namespaces | |
DeviceGeneric | |
Functions | |
def | DeviceGeneric.receive_func |
def | DeviceGeneric.error_func |
Variables | |
int | DeviceGeneric.ID = 45 |
tuple | DeviceGeneric.bus = ThroughSerial(ID, sys.argv[1], int(sys.argv[2])) |
tuple | DeviceGeneric.buf = sys.stdin.read() |
tuple | DeviceGeneric.timer0 = time.time() |
bus.update() bus.receive(1000) bus.loop(timeout_us=1000) More... | |
tuple | DeviceGeneric.timer1 = time.time() |
int | DeviceGeneric.ret = -1 |