PIC单片机对数字温度传感器的操控规划

PIC单片机对数字温度传感器的操控规划

PIC单片机对数字温度传感器的控制设计-#define uchar unsigned char

#define uint unsigned int

#define DQ RC1

#define DQ_HIGH() TRISC1=1

#define DQ_LOW() TRISC1=0;DQ=0

__CONFIG(0x3B31);

const uchar table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,

0x07,0x7f,0x6f};

广告

联系我们

联系我们

在线咨询: QQ交谈

邮箱: kf@86ic.com

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

返回顶部