uWFG-Pico/hmi.h

16 wiersze
199 B
C

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