| 152 | } |
| 153 | |
| 154 | MuseAthena::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 | |
| 167 | MuseAthena::~MuseAthena () |
| 168 | { |
nothing calls this directly
no outgoing calls
no test coverage detected