-
开关量控制模块。读取I/O口,输出开关量信号
开关量控制模块。读取I/O口,输出开关量信号-switch control module. Read I/O port, the output switch signal
- 2022-08-22 21:46:11下载
- 积分: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
-
ARM LCDC的编程实例,程序应用于C++,仅供参考
ARM LCDC的编程实例,程序应用于C++,仅供参考-ARM LCDC programming examples for C procedures for reference purposes only
- 2022-02-03 20:48:11下载
- 积分:1
-
运算放大器为PDG格式,是最令人不安的格式,但要求。
运算放大器基础,为PDG格式,是最让人头疼的格式,不过还是可以一看-Operational Amplifiers basis for PDG format, is the most worrisome format, but one can still see
- 2022-08-23 13:33:56下载
- 积分:1
-
s3c2440 ADS下的LED测试程序,有一定参考价值!
s3c2440 ADS下的LED测试程序,有一定参考价值!-s3c2440 ADS under the LED test procedure, has a certain reference value!
- 2022-02-24 20:51:34下载
- 积分:1
-
Introduction of the I2C interface package that the source code and software pack...
介绍了微控制器I2C软件包接口说明,和软件包源程序。-Introduction of the I2C interface package that the source code and software packages.
- 2022-12-03 05:45:03下载
- 积分:1
-
基于FPGA的图像采集处理系统,基于FPGA的图像采集处理系统
基于FPGA的图像采集处理系统,基于FPGA的图像采集处理系统-FPGA-based image acquisition and processing systems, FPGA-based image acquisition and processing system
- 2022-02-01 13:26:56下载
- 积分:1
-
IP端口扫描程序
用来作为IP端口扫描的程序
- 2022-03-24 21:43:59下载
- 积分:1
-
如题原理图
如题原理图-diagram
- 2022-07-19 15:07:12下载
- 积分:1
-
基于nxp公司的lpc214X/lpc23xx芯片的例程。每个例子都有keil和iar两种工程文件。...
基于nxp公司的lpc214X/lpc23xx芯片的例程。每个例子都有keil和iar两种工程文件。-Nxp-based company
- 2022-12-24 22:35:04下载
- 积分:1