Fabio Faria / ISR_Mini-explorer_tmp2

Dependencies:   RF24

Dependents:   ISR_Mini-explorer_Rangefinder

Fork of ISR_Mini-explorer by ISR UC

Revision:
4:f6fddeae358e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Rangefinder.h	Thu Apr 19 15:44:26 2018 +0000
@@ -0,0 +1,12 @@
+#ifndef RANGEFINDER_H
+#define RANGEFINDER_H
+
+#include "mbed.h"
+
+extern uint16_t rgfMeasurements[16];
+extern char sensors_selection[16];
+
+void init_rangefinder(I2C* i2c_in, Mutex* mutex_in);
+int read_rangefinder();
+
+#endif
\ No newline at end of file