ganbaru
Dependencies: omni_wheel jy901 solenoid aqm0802 camera beep kohiMD linesSnsor lpf RCJESC
Diff: sensorGen/sensorGen.h
- Revision:
- 0:ac64597d2ef8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sensorGen/sensorGen.h Wed Jan 29 23:44:11 2020 +0000 @@ -0,0 +1,21 @@ +#ifndef SENSORGEN_H +#define SENSORGEN_H + +#include "mbed.h" +#include "HCSR04.h" +#include "camera.h" +#include "line.h" +#include "jy901.h" + +class sensor{ +public : + sensor(); + + float jy901(); + + float hcsr04(); + + float +} + +#endif \ No newline at end of file