Quadrifoglio / Mbed OS 00_yotsuba

Dependencies:   sensorGen Robot omni_wheel PID jy901 solenoid aqm0802 camera beep kohiMD linesSnsor lpf RCJESC

sensorGen/sensorGen.h

Committer:
piroro4560
Date:
2020-01-30
Revision:
2:0511e8af8ff4
Parent:
0:ac64597d2ef8
Child:
4:4812eb6367b5

File content as of revision 2:0511e8af8ff4:

#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