summaryrefslogtreecommitdiff
path: root/firmware/s1224/include/modem_probe.h
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-07 18:09:58 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-07 18:09:58 +0000
commita7362dc14bca1233eb34b41aefebe9cfb22684ac (patch)
treef727c87f92aeb503038deeecc24d3e074dc0197c /firmware/s1224/include/modem_probe.h
Initial pushmain
Diffstat (limited to 'firmware/s1224/include/modem_probe.h')
-rw-r--r--firmware/s1224/include/modem_probe.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/firmware/s1224/include/modem_probe.h b/firmware/s1224/include/modem_probe.h
new file mode 100644
index 0000000..7e63904
--- /dev/null
+++ b/firmware/s1224/include/modem_probe.h
@@ -0,0 +1,14 @@
+#ifndef S1224_MODEM_PROBE_H
+#define S1224_MODEM_PROBE_H
+
+#include <stdbool.h>
+
+typedef struct {
+ bool softmodem_ok;
+ bool af_tx_pwm;
+ bool ready;
+} modem_probe_result_t;
+
+modem_probe_result_t modem_probe_run(void);
+
+#endif
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com