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

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

#
# old_revision [056a532c92301bcb224e1f786c5f6720e8acf3eb]
# new_revision [3dc5e7ac4bcb952cc267892653dd78ed095d8778]
#
# add_file "hmc5883l.h"
#  content [23505ed9b1b43c9cdf9b81c339d0d908be18dab8]
#
============================================================
--- /dev/null	
+++ hmc5883l.h	23505ed9b1b43c9cdf9b81c339d0d908be18dab8
@@ -0,0 +1,10 @@
+#ifndef __HMC5883L_H
+#define __HMC5883L_H
+
+#include "types.h"
+
+bool hmc5883l_init(void);
+bool hmc5883l_start_sample(void);
+void hmc5883l_write_log(void);
+
+#endif /* __HMC5883L_H */