Quadrotor from scratch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
181 B

#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 */