![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
Create this program
Dependencies: mbed HCSR04 HMC6352 PID TextLCD
control.h
- Committer:
- KoiShin_Sakana
- Date:
- 2015-08-08
- Revision:
- 5:e07e380ddb93
- Parent:
- 3:901d18b901b4
File content as of revision 5:e07e380ddb93:
/** * @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 // みかん