Location:
Search - mega16 tcs230
Search list
Description: 51单片连tcs230的源程序,绝对原创,可以记忆颜色。
#define uchar unsigned char
#include <reg52.h>
#include<math.h>
sbit S0=P1^7
sbit S1=P1^0 //端口定义
sbit S2=P1^1
sbit S3=P1^2
sbit OE=P1^3
sbit OUT=P3^4 //频率从TO口输入
sbit key0=P1^5
sbit LED=P1^6
sbit a=P3^0
sbit b=P3^1
uchar color //1:blue 2:green 3:red
uchar T[4] //color timer
uchar TH[4]
uchar TL[4]
uchar bizhi[4]
void time1() interrupt 3
{
TH[color]=TH0
TL[color]=TL0
T[color]=(TH[color]*0xff+TL[color])
TR0=0 //关定时器
TR1=0
TH1=0xB1
TL1=0xE0 //归0
TH0=0x00
TL0=0x00 //归0
}-51 monolithic tcs230 even the source is absolutely original, you can remember the color.# Define uchar unsigned char# Include
Platform: |
Size: 1024 |
Author: 黄胜 |
Hits:
Description: 使用MEGA16单片机对芯片TCS230进行编程控制,来探测环境光的强弱及强弱-Use MEGA16 MCU to program the chip TCS230 control, to detect the strength and the strength of ambient light
Platform: |
Size: 32768 |
Author: 安宁 |
Hits:
Description: tcs230的白平衡调整,很好用,希望能对大家有用-it‘s the balance of tcs230
Platform: |
Size: 13312 |
Author: 123 |
Hits: