代码搜索:流量传感器
找到约 3,647 项符合「流量传感器」的源代码
代码结果 3,647
www.eeworm.com/read/337964/12332117
c 1.c
/*
本程序实现寻迹,时间显示,调速,方向控制,平衡等功能;
P0口用来实现寻迹,检测道路状态;
P1口用来进行AD转换,对角度传感器进行测量;
P2口用来控制PWM控制电机转速以及方向控制;
*/
#include
#include
#include
sbit dis_DIN
www.eeworm.com/read/149507/12370299
txt 51.txt
200——250HZ变化频率输出
程序介绍:利用定时器定时时间的变化,由P1.0 口
产生200——250HZ变化的频率。实际应用例如:传感器
前级推动、频率发生器。
程序实例(F250.ASM):
ORG 0000H
AJMP MAIN
ORG 001BH
AJMP DIN1
MAIN:
;定义频率200和300//////////////////////
www.eeworm.com/read/225781/14516265
c wds18b20.c
//参考程序A: 程序名WDS18B20.C 数字温度传感器DS18b20测温实验:P0.0连接SDA, P0.1`连接SCL. SAA1064驱动四位数码管显示温度值:< 0 1 3. 4>
#include // SFR declarations
#include
#define W
www.eeworm.com/read/225781/14516273
#1 wds18b20.#1
//参考程序A: 程序名WDS18B20.C 数字温度传感器DS18b20测温实验:P0.0连接SDA, P0.1`连接SCL. SAA1064驱动四位数码管显示温度值:< 0 1 3. 4>
#include // SFR declarations
#include
#define W
www.eeworm.com/read/225781/14516294
#3 wds18b20.#3
//参考程序A: 程序名WDS18B20.C 数字温度传感器DS18b20测温实验:P0.0连接SDA, P0.1`连接SCL. SAA1064驱动四位数码管显示温度值:< 0 1 3. 4>
#include // SFR declarations
#include
#define W
www.eeworm.com/read/225781/14516298
#2 wds18b20.#2
//参考程序A: 程序名WDS18B20.C 数字温度传感器DS18b20测温实验:P0.0连接SDA, P0.1`连接SCL. SAA1064驱动四位数码管显示温度值:< 0 1 3. 4>
#include // SFR declarations
#include
#define W
www.eeworm.com/read/213836/15123853
c stable.c
//前面八路普通传感器输入。
unsigned char Sensor_Ahead; //8 Normal Sensors Input
unsigned char reverse_value(unsigned char temp)
{
unsigned char temp0=0;
//将字节数据:d7d6d5d4d3d2d1d0 转换成为 d0d1d2d3d4
www.eeworm.com/read/213836/15123858
c autocar4_4.1.c
#include "Main.h"
void port_init(void)
{
PORTA = 0xFF; //前排8路普通传感器输入口,//左 PA7, PA6, PA5, PA4, PA3, PA2, PA1, PA0 右//
DDRA = 0x00;
PORTB = 0xFF;
DDRB = 0xF0;
PORTC = 0xFF; //m1
www.eeworm.com/read/8027/140743
plg ds18b20.plg
礦ision2 Build Log
Project:
D:\18B20\温度传感器\18B20程序\18B20 Programmer\18B20程序OK2\DS18B20.uv2
Project File Date: 10/26/2007
Output:
Build target '
www.eeworm.com/read/11248/214451
c wds18b20.c
//参考程序A: 程序名WDS18B20.C 数字温度传感器DS18b20测温实验:P0.0连接SDA, P0.1`连接SCL. SAA1064驱动四位数码管显示温度值:< 0 1 3. 4>
#include // SFR declarations
#include
#define W