代码搜索:PT2262

找到约 44 项符合「PT2262」的源代码

代码结果 44
www.eeworm.com/read/394162/8243205

c pt2262.decoder.c

PT2262 解码程序-C语言(含实测波形图) [ 2007-3-18 15:50:00 | By: 123mcu ] 图为我实测的波形图,PT2262一次发射4组相同的编码,每组码之间用同步码分开,考虑到用A4纸打印,每行只有一组码,共四行,第五行是把同步码单独切出来,方便看。 /*********************************************
www.eeworm.com/read/306053/13753362

plg pt2262_decodedebug.plg

Build target 'Target 1' compiling pt2262_decode.c... linking... creating hex file from "pt2262_decodedebug"... "pt2262_decodedebug" - 0 Error(s), 0 Warning(s). Build target 'Target 1' compiling pt2262
www.eeworm.com/read/425536/10349499

txt c51-pt2262.txt

软件解码(用C51实现<mark>PT2262</mark>的解码) ;软件解码程序(仿真PT2272) ; ;晶体频率为11.0592Mhz ;本程序中的时间定位关系只适用于接3.3M振荡电阻的<mark>PT2262</mark>解码 ;使用其它阻值电阻时,应将定位时间按电阻比例缩放 ;下面的程序中 REM 为信号输入端 ;RECEIVE 检测到有效信号标志位 ;ENABLE_DETE 连续按键标志 ;3AH,3B ...
www.eeworm.com/read/415651/11059999

c pt2272.c

/********** 用单片机代替PT2272解码PT2262的程序说明********************************************* 当按键有效时 PT2262 发送四次编码每发送一次编码都有14ms 宽度的低电平分开而42ms 的编码是有A0~A11 十二个码组成A0 在前A11 在后我们现在把A8~A11 用来当作数据发送了 因为每检测到按键有效一次,
www.eeworm.com/read/219397/14882660

asm 2272rx.asm

;PT2272 Chips Decode by 89c2051 (11.0592MHz) with PT2262 use 3.3M osc ;REM - signal received pin ;RECEIVE - Correct Signal Detector ;ENABLE_DETE - Continuous Push Detector ;3AH,3BH - Timer value
www.eeworm.com/read/278194/6307897

plg pt2262.plg

礦ision2 Build Log Project: I:\My Document\design\pt2262\pt2262.uv2 Project File Date: 08/23/2007 Output:
www.eeworm.com/read/256498/11995997

plg 解码.plg

礦ision3 Build Log Project: C:\Documents and Settings\hxd1979\桌面\PT2262解码\解码.uv2 Project File Date: 11/17/2007 Output:
www.eeworm.com/read/290020/8511604

c tempsend.c

#include #include #define uint unsigned int #define uchar unsigned char #define send_bus P0 /**********************定义PT2262发射引脚P2口的低四位******/ sbit DQ=P2^0; uchar temp,tem1
www.eeworm.com/read/248995/12528032

c rf2272.c

/********** 用单片机代替PT2272解码PT2262的程序 ********** 晶振: 12MHz 开始时间: 2007-09-07 15:20 最后修改: *********************************** 说 明 *********************************** 接收到的信号为发送信号的反码因为每检测到按键有效一次PT
www.eeworm.com/read/352408/10555016

c pt2262jm.c

//软件解调PT2262 //同步码宽度=32*12A/3=18ms //a=147us //4a= 587.8us //12a= 1763.4us //4M晶阵,机器周期=3us //作者:lulidpj@163.com #include #include #include #define uchar unsigned char #d