調整中

Dependencies:   mbed HMC6352 US015 TB6612FNG2 getGPS ATP3011

Rotate/Rotate.h

Committer:
user_
Date:
2021-10-27
Revision:
10:0433f48faf74
Child:
13:38c5ffe5873a

File content as of revision 10:0433f48faf74:

#ifndef _ROTATE_H_
#define _ROTATE_H_

#include "MotorDriver.h"
#include "mbed.h"

void ROttate(double angle);

#endif