-
通过计算机并口模拟IIC总线,对TV Tuner进行读写,通过DDC2BI命令对TV进行控制,通过串口与声音测试设备连接,调整Audio曲线,也可以在此基础上扩...
通过计算机并口模拟IIC总线,对TV Tuner进行读写,通过DDC2BI命令对TV进行控制,通过串口与声音测试设备连接,调整Audio曲线,也可以在此基础上扩充自己的功能,是一个开发TV不错的工具。-Parallel computer simulation of IIC bus, on TV Tuner for reading and writing, through command DDC2BI control of TV, through the serial port and audio test equipment connection, adjust Audio curves can also be expanded on the basis of their function, is a a good tool for the development of TV.
- 2022-05-09 13:05:51下载
- 积分:1
-
在LPC2000系列芯片上移植ucos
在LPC2000系列芯片上移植ucos-ii的移植代码。-In the LPC2000 series chip transplantation ucos-ii transplant code.
- 2022-06-15 15:02:39下载
- 积分:1
-
60S52 开发的单片机巡检控制
大器屏幕JAVACRIPT 图形开发的HMI 与 单片机60S52通讯,开发的消防巡检控制系统。通过串口数据传输,基于定时器触发,发送字符给单片机,单片机根据接受的字符执行相应的程序。内置时钟,在见面中可自行调整单片机时钟
- 2022-08-24 02:44:21下载
- 积分:1
-
AT91SAM7X the CAN communication routines, go to at91.com
at91sam7x的CAN通讯例程,转至at91.com-AT91SAM7X the CAN communication routines, go to at91.com
- 2022-12-21 06:50:03下载
- 积分:1
-
1. T0_ASM.rar, (带中文注释的C51语言例程), 利用定时器0中断实现LED灯的简单控制。
2. T0_C51.rar, (带中文注释的51汇...
1. T0_ASM.rar, (带中文注释的C51语言例程), 利用定时器0中断实现LED灯的简单控制。
2. T0_C51.rar, (带中文注释的51汇编语言例程), 利用定时器0中断实现LED灯的简单控制。
两个同样功能的timer0中断程序都在MCU51-63K仿真器下通过实验。-1. T0_ASM.rar, (with Chinese comments C51 language routines), use of the timer 0 interrupt LED lamps to achieve a simple control. 2. T0_C51.rar, (with English Notes 51 assembly language routines), use of the timer 0 interrupt LED lamps to achieve a simple control. Two same functions Timer0 interrupt procedures are MCU51-63K emulator through the experiment.
- 2023-07-06 02:45:03下载
- 积分:1
-
ARM beginners development document, the document is transmitted, if there are qu...
ARM初学者的开发文档,本文档是转发,如果有疑问,请发邮件联系。-ARM beginners development document, the document is transmitted, if there are questions, please send an e-mail links.
- 2022-03-21 11:55:37下载
- 积分:1
-
飞利浦公司usb2.0芯片isp1581的通用驱动代码,少许改动后可以直接调通usb通讯...
飞利浦公司usb2.0芯片isp1581的通用驱动代码,少许改动后可以直接调通usb通讯-Philips chip companies usb2.0 isp1581 the generic driver code, After some minor changes can be transferred direct communication links usb
- 2022-02-13 17:03:40下载
- 积分:1
-
JIYU AT91SAM7X256的SD接口卡的驱动代码实现
JIYU AT91SAM7X256的SD接口卡的驱动代码实现-JIYU AT91SAM7X256 the SD interface card driver code to achieve
- 2022-02-06 06:01:36下载
- 积分:1
-
用来pdu编解码,对于短信的发送和传输有用,很好的程序
用来pdu编解码,对于短信的发送和传输有用,很好的程序-PDU codec used for message sending and transmission of useful, very good procedures
- 2023-07-05 22:05:03下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1