1. 首页
  2. 编程语言
  3. C
  4. MAX6675_k.c

MAX6675_k.c

上传者: 2021-04-18 09:39:23上传 C文件 2.78KB 热度 55次
#include #include "intrins.h" //_nop_();延时函数用 #define uchar unsigned char #define uint unsigned int sbit SO = P3^6; //P3.6口与SO相连 sbit SCK = P3^4; //P3.4口与SCK相连 sbit CS = P3^5; //P3.5口与CS相连 sbit wx = P2^6; sbit dx = P2^7; const unsigned char DevID = 1; //本机设备ID u
下载地址
用户评论