広田 勇斗
/
Omni_2017_a
Omni_2017_a
Fork of Omni_2017_z by
2017_3_a/MD/MD.h
- Committer:
- hirotayamato
- Date:
- 2017-08-05
- Revision:
- 2:82c337a18500
- Parent:
- 2017_3/MD/MD.h@ 0:fd933ea5f19d
File content as of revision 2:82c337a18500:
#ifndef _MD_H_ #define _MD_H_ #include "mbed.h" class MD { public: MD(PinName pwm,PinName dere); void rotate(double duty); private: PwmOut Pwm; DigitalOut Dere; }; #endif