文件名称:adc0832
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- chen****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
8051单片机光敏电阻遮挡试验。
sbit CS=P1^6 //定义数模转换器硬件对应引脚
sbit CLK=P1^3
sbit DO=P1^4
sbit DI=P1^5
sbit LED=P1^2
sbit SPK=P3^0 -8051 the photoresistor block test. the sbit the CS = P1 ^ 6 //defines DAC hardware corresponds to pin the sbit the CLK = P1 ^ 3 the sbit DO = P1 ^ 4 the sbit the DI = P1 ^ 5 the sbit LED = P1, ^ 2 the sbit SPK = P3 ^ 0
sbit CS=P1^6 //定义数模转换器硬件对应引脚
sbit CLK=P1^3
sbit DO=P1^4
sbit DI=P1^5
sbit LED=P1^2
sbit SPK=P3^0 -8051 the photoresistor block test. the sbit the CS = P1 ^ 6 //defines DAC hardware corresponds to pin the sbit the CLK = P1 ^ 3 the sbit DO = P1 ^ 4 the sbit the DI = P1 ^ 5 the sbit LED = P1, ^ 2 the sbit SPK = P3 ^ 0
(系统自动生成,下载前可以参看下载内容)
下载文件列表
adc0832.c