mirror of
https://github.com/TheusHen/EEGFrontier.git
synced 2026-04-13 15:05:49 +00:00
8 lines
101 B
C
8 lines
101 B
C
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
|
|
void fwWatchdogInit(uint32_t timeoutMs);
|
|
void fwWatchdogFeed();
|
|
|