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

Function output

src/board_controller/muse/muse_bglib/main.cpp:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18void output (uint8 len1, uint8 *data1, uint16 len2, uint8 *data2)
19{
20 if (helper != NULL)
21 {
22 if (uart_tx (len1, data1) || uart_tx (len2, data2))
23 {
24 }
25 }
26}
27
28int initialize (void *param)
29{

Callers

nothing calls this directly

Calls 1

uart_txFunction · 0.70

Tested by

no test coverage detected