Sign in

裴昌跃 / AGVkunshantaiguang · Files

Logo

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • AGVkunshantaiguang
  • 开山AGV程序
  • MY_FUNC
  • rotate.c
  • 初次提交
    995bc54d
    裴昌跃 authored
    2023-09-01 14:14:59 +0800  
    Browse Code »
rotate.c 189 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#include "rotate.h"

u8 rotateLogicStep = 0;
u8 rotateActionStep = 0;
u8 rotateActionStep_t = 0;

u8 rotateLogic()
{
	switch(rotateLogicStep)
	{
		case 1:
			break;
		case 2:break;
		
	}
}