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