-
ARM AT9140008 LED DEMO FOR ADS 1.2
ARM AT9140008 LED DEMO FOR ADS 1.2
- 2023-03-03 01:20:03下载
- 积分:1
-
AVR128L DS18B20液晶显示的程序
绝对好使,改一下接口便可应用...
AVR128L DS18B20液晶显示的程序
绝对好使,改一下接口便可应用-AVR128L and ds18b20 display
- 2022-05-13 22:38:13下载
- 积分:1
-
This is the ARM processor S3C2410 on real
这是ARM处理器S3C2410对实时时钟编程的原代码-This is the ARM processor S3C2410 on real-time clock programming source code
- 2023-08-21 12:35:04下载
- 积分:1
-
Autoscan汽车扫描仪中使用的ICS4470音频测试源代码
Autoscan汽车扫描仪中使用的ICS4470音频测试源代码-Autoscan auto scanner used ICS4470 audio test source code
- 2023-01-01 12:00:13下载
- 积分:1
-
LPC2131开发工程模板
LPC2131开发工程模板--这个源文件的价值相信对于搞ARM的战友们来说不言而语,好不容易找到,分享了-LPC2131 Development Project template value of the source file and I believe that ARM comrades engaged in for self and language, hard to find, share the
- 2022-02-07 20:09:40下载
- 积分:1
-
ARMUSBsourceCode 利用ARM 微处理器技术和USB HOST进行读写U盘的开发代码...
ARMUSBsourceCode 利用ARM 微处理器技术和USB HOST进行读写U盘的开发代码-ARMUSBsourceCode the use of ARM microprocessor technology and USB HOST to read U disc development code
- 2022-07-19 08:33:02下载
- 积分:1
-
IAR511 latest AT91SAM7S64 under the routine use of the ADC
最新的IAR511下的AT91SAM7S64的ADC使用例程-IAR511 latest AT91SAM7S64 under the routine use of the ADC
- 2023-05-17 07:05:03下载
- 积分:1
-
PIC SINGLE-CHIP KEYSTROKE TEST
包括仿真电路及C程序,参考《PIC单片机入门和实战》。按键检测原理:PORTB的高4位设置为输入模式,且开启内部若上拉功能,这样,PORTB的高4位就全都是1,也就是按键的列线全是1,而PORTB的低4位全是0,也就是按键的行线全是0。若有按键按下,那么行线和列线就会连通,按键所在的列线的电压就会拉低,变为0。这个时候,读PORTB,低4位仍然为0 ,但是高四位就会有一位也是0。所以if((PORTB & 0xF0)!=0xF0)可以判断按键是否按下,因为如果按下了,高四位就不全为1。按键扫描,低4位依次输出0,而 低4位的另外3位输出1,那么,当输出0的行线,碰到按键按下的列线,就会将列线的电压拉低,这时候,读PORTB,就会得到按键的行列位置,即按键码。如果输出0的行线,未与按键的列线相连,那么高4位仍然全为1。就继续扫描。KeyCode[]数组中,存储了最近几次的按键码,最多可以存储最近8次,更改数组就可以更改存储大小。若多连接几个数码管,就可以依次显示按键的内容,如同计算器一样
- 2023-06-16 10:20:04下载
- 积分: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
-
AT89C51SND1 has the following functions :* MP3 decoder hardware
AT89C51SND1具有以下功能: *MP3硬件解码器
-单独的MP3解码器
-支持48,44.1, 32, 24, 22.05, 16KHz采样频率
-左右声道独立的音量控制(软件使用31级)
-重低音、中音、高音均衡控制(31级)
-重低环绕声效果
-辅助数据输出
-“CRC错误”和“MPEG帧同步”指示-AT89C51SND1 has the following functions :* MP3 decoder hardware-alone MP3 decoder-support 48, 44.1, 32, 24, 22.05, 16KHz sampling frequency-independent channel around the volume control (software 31)- bass, tenor, Treble balance control (31)- weight Surround Sound effect of low-output auxiliary data- "CRC error" and "MPEG frame synchronization "instructions
- 2022-08-23 12:41:23下载
- 积分:1