uSDR-pico/hmi.h

20 wiersze
254 B
C

#ifndef __HMI_H__
#define __HMI_H__
/*
* hmi.h
*
* Created: Apr 2021
* Author: Arjan te Marvelde
*
* See hmi.c for more information
*/
#define CARRIER_OFFSET 3500
extern bool ptt_active;
void hmi_init(void);
void hmi_evaluate(void);
#endif