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程序
  • Action_File
  • Test.h
  • 初次提交
    995bc54d
    裴昌跃 authored
    2023-09-01 14:14:59 +0800  
    Browse Code »
Test.h 192 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef __TEST_H
#define __TEST_H
#include "sys.h"
#include "my_data.h"
#include "math.h"



void Test_Pro(void);//
void Action_Fc(u8 Ty);
void test_NC_JP(void);
extern u8  NC_JP[5];
#endif