From 47fb3dfb5b5d16377697d97541a4c94d1f28ebd4 Mon Sep 17 00:00:00 2001 From: Gergő J. Miklós Date: Tue, 6 Aug 2019 08:52:22 +0200 Subject: qmc5883 initial --- src/qmc5883.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/qmc5883.h (limited to 'src/qmc5883.h') 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 -- cgit v1.2.3