![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
Create this program
Dependencies: mbed HCSR04 HMC6352 PID TextLCD
Diff: dribbler.h
- Revision:
- 3:901d18b901b4
- Child:
- 5:e07e380ddb93
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dribbler.h Fri Aug 07 06:34:36 2015 +0000 @@ -0,0 +1,17 @@ +/** + * @file : dribbler.h (0.1) + * @brief : dribble the ball + * @author : Shinnosuke KOIKE + * @date : 2015/08/07 + */ + +#ifndef DRIBBLER_H +#define DRIBBLER_H + +#include "mbed.h" + +class Dribbler { + +}; + +#endif \ No newline at end of file