uSDR-pico/monitor.h

15 wiersze
210 B
C

#ifndef __MONITOR_H__
#define __MONITOR_H__
/*
* monitor.h
*
* Created: Mar 2021
* Author: Arjan te Marvelde
*
* See monitor.c for more information
*/
void mon_init();
void mon_evaluate(void);
#endif