Create this program

Dependencies:   mbed HCSR04 HMC6352 PID TextLCD

control.h

Committer:
KoiShin_Sakana
Date:
2015-08-07
Revision:
3:901d18b901b4
Parent:
2:a8bbf677e774
Child:
5:e07e380ddb93

File content as of revision 3:901d18b901b4:

/**
 * @file   : control.h (0.1)
 * @brief  : control all
 * @author : Shinnosuke KOIKE
 * @date   : 2015/08/04
 */

#ifndef CONTROL_H
#define CONTROL_H

#include "mbed.h"

class Control {
    
};

#endif