summaryrefslogtreecommitdiffstats
path: root/stm32/app/i2c.h
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2020-06-18 13:26:56 +0100
committerfishsoupisgood <github@madingley.org>2020-06-18 13:26:56 +0100
commite41764fceeabb1cdb6a7a299e00f2166a6f6ac32 (patch)
treec58c73d742bf990ec692d61ca8d911dd43fab8c6 /stm32/app/i2c.h
parentf7b7cf9e80200cade938d47527e39034c75b9b6d (diff)
downloadrobs_speedo-e41764fceeabb1cdb6a7a299e00f2166a6f6ac32.tar.gz
robs_speedo-e41764fceeabb1cdb6a7a299e00f2166a6f6ac32.tar.bz2
robs_speedo-e41764fceeabb1cdb6a7a299e00f2166a6f6ac32.zip
moved stm32 into directory added noddy pcb
Diffstat (limited to 'stm32/app/i2c.h')
-rw-r--r--stm32/app/i2c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stm32/app/i2c.h b/stm32/app/i2c.h
new file mode 100644
index 0000000..26570d5
--- /dev/null
+++ b/stm32/app/i2c.h
@@ -0,0 +1,2 @@
+#define I2C_WRITE 0
+#define I2C_READ 1