コード例 #1
0
ファイル: rvwPos.c プロジェクト: l4cuatro/lnSide
void arcCtl(int y, int rot) {
	setLDrive(y + rot);
	setRDrive(y - rot);
	return;
}
コード例 #2
0
ファイル: lnStarLiftCompV3.c プロジェクト: SFBrobot/LentilBot
void setDrive(int* pwrs) {
	setLDrive(pwrs[0]);
	setRDrive(pwrs[1]);

}