uSDR-pico/monitor.h

15 wiersze
222 B
C
Czysty Zwykły widok Historia

#ifndef __MONITOR_H__
#define __MONITOR_H__
/*
* monitor.h
*
* Created: Mar 2021
* Author: Arjan te Marvelde
*
* See monitor.c for more information
*/
void mon_init();
2021-04-16 17:51:51 +00:00
void mon_evaluate(uint32_t timeout);
#endif