From d8d87351acd4a8fef65db6a59993cbac99dc3bab Mon Sep 17 00:00:00 2001 From: Gergő J. Miklós Date: Tue, 6 Aug 2019 08:51:57 +0200 Subject: qmc5883 initial --- src/hmc5883.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/hmc5883.h (limited to 'src/hmc5883.h') diff --git a/src/hmc5883.h b/src/hmc5883.h deleted file mode 100644 index ec27d5b..0000000 --- a/src/hmc5883.h +++ /dev/null @@ -1,23 +0,0 @@ - -#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 uchar *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 uchar *opts); -// void hmc5883_read_one(const uchar *opts); - - -#endif \ No newline at end of file -- cgit v1.2.3