uWFG-Pico/hmi.h

16 wiersze
199 B
C

#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);