調整中
Dependencies: mbed HMC6352 US015 TB6612FNG2 getGPS ATP3011
Rotate/Rotate.h@10:0433f48faf74, 2021-10-27 (annotated)
- Committer:
- user_
- Date:
- Wed Oct 27 06:27:12 2021 +0000
- Revision:
- 10:0433f48faf74
- Child:
- 13:38c5ffe5873a
test;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
user_ | 10:0433f48faf74 | 1 | #ifndef _ROTATE_H_ |
user_ | 10:0433f48faf74 | 2 | #define _ROTATE_H_ |
user_ | 10:0433f48faf74 | 3 | |
user_ | 10:0433f48faf74 | 4 | #include "MotorDriver.h" |
user_ | 10:0433f48faf74 | 5 | #include "mbed.h" |
user_ | 10:0433f48faf74 | 6 | |
user_ | 10:0433f48faf74 | 7 | void ROttate(double angle); |
user_ | 10:0433f48faf74 | 8 | |
user_ | 10:0433f48faf74 | 9 | #endif |