Create this program
Dependencies: mbed HCSR04 HMC6352 PID TextLCD
control.h
- Committer:
- KoiShin_Sakana
- Date:
- 2015-08-11
- Revision:
- 6:44c3bfbe2553
- Parent:
- 5:e07e380ddb93
File content as of revision 6:44c3bfbe2553:
/** * @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 // みかん