aboutsummaryrefslogtreecommitdiffstats
path: root/src/hmc5883.h
blob: ec27d5b96d7aa7d889a40938456db6cad29665c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#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