summaryrefslogtreecommitdiffstats
path: root/I2CSPI.h
diff options
context:
space:
mode:
authorAttila Veghelyi <aveghelyi@dension.com>2023-06-29 16:24:54 +0200
committerAttila Veghelyi <aveghelyi@dension.com>2023-06-29 16:24:54 +0200
commit925d0670c45e1100e412070fa0ce2405604f219a (patch)
tree9bb4412d148bc80751b7a02023cd3e0167f588e7 /I2CSPI.h
downloadOpenProgrammer-925d0670c45e1100e412070fa0ce2405604f219a.tar.gz
OpenProgrammer-925d0670c45e1100e412070fa0ce2405604f219a.zip
Init repo
Diffstat (limited to 'I2CSPI.h')
-rw-r--r--I2CSPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/I2CSPI.h b/I2CSPI.h
new file mode 100644
index 0000000..b3af575
--- /dev/null
+++ b/I2CSPI.h
@@ -0,0 +1,2 @@
+void I2CReceive(int mode,int speed,int N,BYTE *buffer);
+void I2CSend(int mode,int speed,int N,BYTE *buffer);