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

Method Enophone

src/board_controller/enophone/enophone.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10Enophone::Enophone (struct BrainFlowInputParams params)
11 : BTLibBoard ((int)BoardIds::ENOPHONE_BOARD, params)
12{
13 keep_alive = false;
14 state = (int)BrainFlowExitCodes::SYNC_TIMEOUT_ERROR;
15}
16
17Enophone::~Enophone ()
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected