summaryrefslogtreecommitdiff
path: root/tests/i2c-master/i2c-master.h
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2017-02-21 23:11:43 +0000
committerKarl Palsson <karlp@tweak.net.au>2017-02-21 23:11:43 +0000
commit65301e5a0b382585887ea7b13e4eb9b0cb26c60f (patch)
tree7c6cf4cb70575c4dfa144e7894f05352207fc01b /tests/i2c-master/i2c-master.h
parent115b771e56aba7e7d066c8a58819d61d51009116 (diff)
downloadolsndot-65301e5a0b382585887ea7b13e4eb9b0cb26c60f.tar.gz
olsndot-65301e5a0b382585887ea7b13e4eb9b0cb26c60f.tar.bz2
olsndot-65301e5a0b382585887ea7b13e4eb9b0cb26c60f.zip
i2c-master: start progressing to extracting common i2c code
Diffstat (limited to 'tests/i2c-master/i2c-master.h')
-rw-r--r--tests/i2c-master/i2c-master.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/i2c-master/i2c-master.h b/tests/i2c-master/i2c-master.h
new file mode 100644
index 0000000..5e41a9a
--- /dev/null
+++ b/tests/i2c-master/i2c-master.h
@@ -0,0 +1,26 @@
+/*
+ * To change this license header, choose License Headers in Project Properties.
+ * To change this template file, choose Tools | Templates
+ * and open the template in the editor.
+ */
+
+/*
+ * File: i2c-master.h
+ * Author: karlp
+ *
+ * Created on February 21, 2017, 10:59 PM
+ */
+
+#pragma once
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+ void i2cm_init(void);
+
+#ifdef __cplusplus
+}
+#endif
+