ultrasonic_App.h
上传用户:sdjqgc
上传日期:2022-08-06
资源大小:2404k
文件大小:0k
开发平台:

Asm

  1. #ifndef __ULTRASONIC_APP_h__
  2. #define __ULTRASONIC_APP_h__
  3. // write your header here
  4. void Initial_ult(void);
  5. void Delay_ult(unsigned int timers);
  6. unsigned int measure_ult(unsigned int type);
  7. unsigned int measure_Times(unsigned int type);
  8. void EXT1_IRQ_ult(void);
  9. #endif