MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / write

Function write

emulator/brainflow_emulator/cyton_linux.py:10–11  ·  view source on GitHub ↗
(port, data)

Source from the content-addressed store, hash-verified

8
9
10def write(port, data):
11 return os.write(port, data)
12
13
14def read(port, num_bytes):

Callers 4

send_to_serial_portMethod · 0.50
uart_txFunction · 0.50
uart_txFunction · 0.50
uart_txFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected