⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sensor.h.svn-base

📁 AVR单片机下
💻 SVN-BASE
字号:
/*                ****ROBOCON 2009 | BUPT TEAM******* * ------------------------------------------------------------------------ * FileName   : sensor.h * Version    : 1.1 * Brief      : * Code by    : Leaf * Date       : Mon Mar 30 23:55:17 2009 * Note       : * * * ------------------------------------------------------------------------ */
#ifndef SENSOR_H_INCLUDED
#define SENSOR_H_INCLUDED
#include "includes.h"
#include <stdlib.h>
void setJudgeTimes( UINT8 t);
extern Bool judgeSensorLow(volatile UINT8 *p, UINT8 b, pTimerControlBlock tmr);
extern Bool judgeSensorHigh(volatile UINT8 *p, UINT8 b, pTimerControlBlock tmr);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -