aboutsummaryrefslogtreecommitdiffstats
path: root/src/hmc5883.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hmc5883.h')
-rw-r--r--src/hmc5883.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/hmc5883.h b/src/hmc5883.h
new file mode 100644
index 0000000..b4c6a58
--- /dev/null
+++ b/src/hmc5883.h
@@ -0,0 +1,21 @@
+
+#ifndef _HMC5883_INCLUDED
+#define _HMC5883_INCLUDED
+
+// extern int file;
+//
+// void lm75_list_all(void);
+// void lm75_read_all(const char *opts);
+//
+void hmc5883_print_all(void);
+void hmc5883_get_data(void);
+void hmc5883_conf_set(const char *opts);
+// float lm75_read_temp(float offset);
+// float lm75_read_tos(void);
+// float lm75_read_thys(void);
+// char lm75_read_conf(void);
+void hmc5883_read_all(const char *opts);
+void hmc5883_read_one(const char *opts);
+
+
+#endif \ No newline at end of file