A major refactor of the GoodFET firmware build system and apps to give better
[goodfet] / firmware / include / i2c.h
diff --git a/firmware/include/i2c.h b/firmware/include/i2c.h
new file mode 100644 (file)
index 0000000..5c41c60
--- /dev/null
@@ -0,0 +1,16 @@
+/*! \file i2c.h
+  \author Dave Huseby
+  \brief i2c bus protocol functions.
+*/
+
+#ifndef I2C_H
+#define I2C_H
+
+#include "app.h"
+
+#define I2C 0x02
+
+extern app_t const i2c_app;
+
+#endif
+