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

Function read

emulator/brainflow_emulator/freeeeg32_linux.py:15–16  ·  view source on GitHub ↗
(port, num_bytes)

Source from the content-addressed store, hash-verified

13
14
15def read(port, num_bytes):
16 return os.read(port, num_bytes)
17
18
19def get_ports_pty():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected