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

Method PIEEGBoard

src/board_controller/pieeg/pieeg_board.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#ifdef USE_PERIPHERY
11
12PIEEGBoard::PIEEGBoard (int board_id, struct BrainFlowInputParams params) : Board (board_id, params)
13{
14 spi = NULL;
15 gpio_in = NULL;
16 keep_alive = false;
17 initialized = false;
18}
19
20PIEEGBoard::~PIEEGBoard ()
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected