uSDR-pico/hmi.h

18 wiersze
224 B
C
Czysty Zwykły widok Historia

#ifndef __HMI_H__
#define __HMI_H__
/*
* hmi.h
*
* Created: Apr 2021
* Author: Arjan te Marvelde
*
* See hmi.c for more information
*/
extern bool ptt_active;
void hmi_init(void);
2021-04-16 17:51:51 +00:00
void hmi_evaluate(void);
#endif