Classes | |
class | PipetteInfoOutput |
class | PipetteOutputHeader |
Functions | |
def | convert_hex |
def | convert_str |
def | hex_to_short |
def | make_action_msg |
def | make_msg |
def | make_voyager_move |
def | print_hex |
def | print_hex_msg |
def | recv_msg |
def | send_msg |
Variables | |
string | bd_addr = "00:80:98:e6:2b:30" |
tuple | data = sock.recv(1024) |
tuple | h = recv_msg(sock) |
tuple | i = PipetteInfoOutput(h) |
int | port = 1 |
int | seqnum = 1 |
tuple | sock = bluetooth.BluetoothSocket( bluetooth.RFCOMM ) |
def demo.convert_hex | ( | data | ) |
def demo.convert_str | ( | data | ) |
def demo.hex_to_short | ( | data | ) |
def demo.make_action_msg | ( | action, | |
speed, | |||
stops, | |||
do_blowout, | |||
mix_cycles | |||
) |
def demo.make_msg | ( | typ, | |
body | |||
) |
def demo.make_voyager_move | ( | position | ) |
def demo.print_hex | ( | data | ) |
def demo.print_hex_msg | ( | data | ) |
def demo.recv_msg | ( | sock | ) |
def demo.send_msg | ( | sock, | |
data | |||
) |
string demo::bd_addr = "00:80:98:e6:2b:30" |
tuple demo::data = sock.recv(1024) |
tuple demo::i = PipetteInfoOutput(h) |
int demo::port = 1 |
int demo::seqnum = 1 |
tuple demo::sock = bluetooth.BluetoothSocket( bluetooth.RFCOMM ) |