Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
def
write(port, data):
11
return
os.write(port, data)
12
13
14
def
read(port, num_bytes):
Callers
4
send_to_serial_port
Method · 0.50
uart_tx
Function · 0.50
uart_tx
Function · 0.50
uart_tx
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected