Below is the file 'hmc5883l.h' from this revision. You can also download the file.
#ifndef __HMC5883L_H #define __HMC5883L_H #include "types.h" bool hmc5883l_init(void); bool hmc5883l_start_sample(void); void hmc5883l_write_log(void); #endif /* __HMC5883L_H */