| 35 | } |
| 36 | |
| 37 | AAVAAv3::AAVAAv3 (struct BrainFlowInputParams params) |
| 38 | : BLELibBoard ((int)BoardIds::AAVAA_V3_BOARD, params) |
| 39 | { |
| 40 | initialized = false; |
| 41 | aavaa_adapter = NULL; |
| 42 | aavaa_peripheral = NULL; |
| 43 | is_streaming = false; |
| 44 | start_command = "\x01\x62"; |
| 45 | stop_command = "\x01\x39"; |
| 46 | } |
| 47 | |
| 48 | AAVAAv3::~AAVAAv3 () |
| 49 | { |
nothing calls this directly
no outgoing calls
no test coverage detected