mirror of
https://github.com/TheusHen/EEGFrontier.git
synced 2026-04-13 15:05:49 +00:00
15 lines
332 B
C
15 lines
332 B
C
#pragma once
|
|
|
|
#include "fw_state.h"
|
|
|
|
void printHelp();
|
|
void printInfo();
|
|
void printStats();
|
|
void dumpRegisters();
|
|
void processCommand(char* cmd);
|
|
void handleSerialCommands();
|
|
void handleButton();
|
|
void onDrdyFalling();
|
|
bool capturePendingDrdySnapshot(DrdyFrameSnapshot* out);
|
|
void captureDrdyJitterSnapshot(DrdyJitterSnapshot* out);
|