aboutsummaryrefslogtreecommitdiffstats
path: root/fw/spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/spi.h')
-rw-r--r--fw/spi.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/fw/spi.h b/fw/spi.h
new file mode 100644
index 0000000..1da0fcc
--- /dev/null
+++ b/fw/spi.h
@@ -0,0 +1,12 @@
+/* Device: PIC16F1459
+ * Compiler: XC8 v3.00
+ *
+ * Usage:
+ *
+ * #include <stdint.h>
+ * #include "types.h"
+ * #include "spi.h"
+ */
+
+void spiInit(void);
+U8 spiTx(U8 c);