summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-04-10 11:08:04 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-04-10 11:39:27 +0800
commit081e11b460f71ce99e69604e9ffe16f5d667f84b (patch)
tree28d0dc97985939c80f934bb517032b9567306b7e /util.h
parent058aac02f4428edd90bb288c2188748357550ced (diff)
downloadavr-nrf24l01-driver-081e11b460f71ce99e69604e9ffe16f5d667f84b.tar.gz
Get ding working with breadboard and limit sendto() to 32 bytes.
Diffstat (limited to 'util.h')
-rw-r--r--util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/util.h b/util.h
new file mode 100644
index 0000000..75cd9ad
--- /dev/null
+++ b/util.h
@@ -0,0 +1,6 @@
+#ifndef MY_UTIL_H
+#define MY_UTIL_H
+
+void wdt_init(void);
+
+#endif