From a7362dc14bca1233eb34b41aefebe9cfb22684ac Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Fri, 7 Aug 2026 18:09:58 +0000 Subject: Initial push --- firmware/s1224/include/ptt.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 firmware/s1224/include/ptt.h (limited to 'firmware/s1224/include/ptt.h') diff --git a/firmware/s1224/include/ptt.h b/firmware/s1224/include/ptt.h new file mode 100644 index 0000000..501c558 --- /dev/null +++ b/firmware/s1224/include/ptt.h @@ -0,0 +1,10 @@ +#ifndef S1224_PTT_H +#define S1224_PTT_H + +#include + +void ptt_init(void); +void ptt_set(bool on); +bool ptt_get(void); + +#endif -- cgit v1.3.1