The unified diff between revisions [056a532c..] and [08a35a66..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'mpl3115a2.h'

#
# old_revision [056a532c92301bcb224e1f786c5f6720e8acf3eb]
# new_revision [08a35a6680cdf8985cfb16fa6779ee6db7202a9c]
#
# add_file "mpl3115a2.h"
#  content [fa3eea609fb643b26678c46bbc20dcee191831ff]
#
============================================================
--- /dev/null	
+++ mpl3115a2.h	fa3eea609fb643b26678c46bbc20dcee191831ff
@@ -0,0 +1,10 @@
+#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 */