summaryrefslogtreecommitdiffstats
path: root/r503.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-05-06 07:14:22 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-05-06 07:14:22 +0800
commit52080fed19d6cbc2461e3c74d63f4408ea70b590 (patch)
tree0ce02fe2713bce938c858b14542b747fe5ed3a48 /r503.h
parent50d1cb0c673ff55c6516c1264a54125db5d99f57 (diff)
downloadavr-fpm-drivers-52080fed19d6cbc2461e3c74d63f4408ea70b590.tar.gz
Remove soft uart from code and reorganize files.
Diffstat (limited to 'r503.h')
-rw-r--r--r503.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/r503.h b/r503.h
new file mode 100644
index 0000000..980fb9c
--- /dev/null
+++ b/r503.h
@@ -0,0 +1,8 @@
+#ifndef FPM_R503_H
+#define FPM_R503_H
+
+#include <stdint.h>
+
+uint8_t fpm_init(void);
+
+#endif /* FPM_R50_H */