uWFG-Pico/monitor.h

15 wiersze
210 B
C
Czysty Zwykły widok Historia

2021-12-31 12:20:19 +00:00
#ifndef __MONITOR_H__
#define __MONITOR_H__
/*
* monitor.h
*
* Created: Dec 2021
* Author: Arjan te Marvelde
*
* See monitor.c for more information
*/
void mon_init();
void mon_evaluate(void);
#endif