#include #include #include #include #include #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){}