![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
Create this program
Dependencies: mbed HCSR04 HMC6352 PID TextLCD
Diff: PIDSupport.h
- Revision:
- 4:577110fb3b04
- Child:
- 5:e07e380ddb93
diff -r 901d18b901b4 -r 577110fb3b04 PIDSupport.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PIDSupport.h Fri Aug 07 06:51:51 2015 +0000 @@ -0,0 +1,18 @@ +/** + * @file : PIDSupport.h (0.1) + * @brief : support PID.h(Library) + * @author : Shinnosuke KOIKE + * @date : 2015/08/07 + */ + +#ifndef PIDSUPPORT_H +#define PIDSUPPORT_H + +#include "mbed.h" +#include "PID.h" + +class PIDSup { + +}; + +#endif \ No newline at end of file