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