Robsonema - Nucleo Master FM
Dependencies: mbed ros_lib_melodic
Diff: Proximity/Proximity.h
- Revision:
- 0:a4a02499a5f3
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Proximity/Proximity.h Mon Oct 26 22:25:16 2020 +0000 @@ -0,0 +1,12 @@ +#ifndef PROXIMITY_H +#define PROXIMITY_H + +class Proximity +{ +public: + Proximity(); + int read(); +}; + + +#endif \ No newline at end of file