aboutsummaryrefslogtreecommitdiffstats
path: root/src/hmc5883.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hmc5883.c')
-rw-r--r--src/hmc5883.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/hmc5883.c b/src/hmc5883.c
deleted file mode 100644
index d45e972..0000000
--- a/src/hmc5883.c
+++ /dev/null
@@ -1,30 +0,0 @@
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
-#include <errno.h>
-
-
-#include "hmc5883.h"
-#include "deftypes.h"
-
-extern uint16 devicef;
-extern void bus_err(int ern);
-extern void print_help(void);
-unsigned char buf[5];
-
-
-void hmc5883_print_all(void)
-{
- printf(
- "00: Temperature data [°C] (reg: 0x00)\n"
- "01: Configuration [hex] (reg: 0x01)\n"
- "02: Tos (Overtemp) [°C] (reg: 0x03)\n"
- "03: Thys (Hysteresis) [°C] (reg: 0x04)\n"
- "\n");
-}
-
-void hmc5883_read_all(const uchar *opts) {}
-void hmc5883_read_one(const uchar *opts) {}
-void hmc5883_conf_set(const uchar *opts){} \ No newline at end of file