From d393e0c30192611d4cac65a5429fd7180ce1f49c Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Fri, 7 Aug 2026 18:15:00 +0000 Subject: Initial push --- firmware/c1224/include/modem_probe.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 firmware/c1224/include/modem_probe.h (limited to 'firmware/c1224/include/modem_probe.h') diff --git a/firmware/c1224/include/modem_probe.h b/firmware/c1224/include/modem_probe.h new file mode 100644 index 0000000..402e485 --- /dev/null +++ b/firmware/c1224/include/modem_probe.h @@ -0,0 +1,15 @@ +#ifndef C1224_MODEM_PROBE_H +#define C1224_MODEM_PROBE_H + +#include + +typedef struct { + bool crystal_driven; + bool cdt_readable; + bool rxd_readable; + bool ready; +} modem_probe_result_t; + +modem_probe_result_t modem_probe_run(void); + +#endif -- cgit v1.3.1