From 4a99ede565fa61005f2a6202669adaa87a8ce0ee Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 16 Aug 2025 12:19:09 -0230 Subject: spi and eeprom modules --- sw/spi.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sw/spi.h (limited to 'sw/spi.h') diff --git a/sw/spi.h b/sw/spi.h new file mode 100644 index 0000000..a949155 --- /dev/null +++ b/sw/spi.h @@ -0,0 +1,9 @@ +/* Usage: + * + * #include + * #include "types.h" + * #include "spi.h" + */ + +void spiInit(void); +U8 spiTx(U8 c); -- cgit v1.2.3