Below is the file 'mpl3115a2.h' from this revision. You can also download the file.

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