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



extern short F_HighInit;
extern short HighMax;
extern short Highmin;

extern float High_Dis;
void GetHighDis_Pro(void);


#endif