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

extern u8 TcpFlag;//TCP通断标志
extern u8 touch_mode;	//触摸屏手动控制
extern u8 touch_hand_num;
extern u8 TTL_flag;					//ttl通讯中断标志

void TTL_TxData(void);
void TTL_RXData(void);

#endif