aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmc5883.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmc5883.h')
-rw-r--r--src/qmc5883.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/qmc5883.h b/src/qmc5883.h
new file mode 100644
index 0000000..9d82b96
--- /dev/null
+++ b/src/qmc5883.h
@@ -0,0 +1,12 @@
+
+#ifndef _HMC5883_INCLUDED
+#define _HMC5883_INCLUDED
+
+#include "deftypes.h"
+
+void qmc5883_print_all(const uchar *opts);
+void qmc5883_read_all(const uchar *opts);
+void qmc5883_read_one(const uchar *opts);
+void qmc5883_conf_set(const uchar *opts);
+
+#endif \ No newline at end of file