11 lines
187 B
C
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 */
|