Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: ISR_Mini-explorer_Rangefinder
Fork of ISR_Mini-explorer by
Diff: Rangefinder.h
- 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
