Files
quadrotor/mpl3115a2.h
2014-11-23 18:54:11 +00:00

11 lines
187 B
C

#ifndef __MPL3115A2_H
#define __MPL3115A2_H
#include "types.h"
bool mpl3115a2_init(void);
bool mpl3115a2_start_sample(void);
void mpl3115a2_write_log(void);
#endif /* __MPL3115A2_H */