The unified diff between revisions [a39fe798..] and [81e4dce2..] is displayed below. It can also be downloaded as a raw diff.

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

#
# old_revision [a39fe7980c8f14b70401f4c97f3e10232dce016a]
# new_revision [81e4dce274e79dd9187ed4bd182e1d6fc0fdfb37]
#
# patch "wmp.h"
#  from [39e6154ed17c4beed31e71e774f07bac2909b826]
#    to [6e0068d0e91c6fdc5f17e8569a6d05895be6cb65]
#
============================================================
--- wmp.h	39e6154ed17c4beed31e71e774f07bac2909b826
+++ wmp.h	6e0068d0e91c6fdc5f17e8569a6d05895be6cb65
@@ -13,8 +13,13 @@ extern bool wmp_roll_fast;
 extern bool wmp_pitch_fast;
 extern bool wmp_roll_fast;
 
+extern bool wmp_zero;
+
 bool wmp_init(void);
 bool wmp_sample(void);
 bool wmp_read_calibration_data(void);
+bool wmp_start_sample(void);
+void wmp_event_handler(void);
+void wmp_start_zero(void);
 
 #endif /* __WMP_H */