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

Method MuseAthena

src/board_controller/muse/muse_athena.cpp:154–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154MuseAthena::MuseAthena (int board_id, struct BrainFlowInputParams params)
155 : BLELibBoard (board_id, params)
156{
157 initialized = false;
158 muse_adapter = NULL;
159 muse_peripheral = NULL;
160 is_streaming = false;
161 reset_timestamps ();
162 last_battery = 0.0;
163 muse_preset = "p1041";
164 enable_low_latency = true;
165}
166
167MuseAthena::~MuseAthena ()
168{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected