搜索资源列表
8051xianshi
- 静态显示8051程序, 将预置在显示缓冲区中的6个数置换成相应的显示字形,然后输出到显示器中显示。运行以上程序,数码管将显示543210。-static display 8,051 procedure will be preset in the display buffer of 6% corresponding number of replacement shows font, then the output to a monitor display. Run the above proc
LPC2148-UCOS-6renwu
- ucos移植使用-6个简单任务功能: Task0 任务0 (P1.8 灯循环 亮 灭 ) Task1 任务1 (P1.9 灯循环 亮 灭 ) Task2 任务2 (P1.20 灯循环 亮 灭 ) Task3 任务3 (P0.7 蜂鸣器循环 鸣 停 ) Task4 任务4 (595驱动的数码管从0~9 循环显示) Task5 任务5 (P1.21-P1.25LED灯 循环亮 灭)
mdk_lpc2138
- 8led_Test 开发环境:Realview MDK 开发版:Embest LPCEB2000-A 测试结果:8段数码管上依次显示0-7的数字!
arm 8段数码管
- 用hitool开发的8段数码管的显示程序 c语言的程序 嵌入一点汇编-hitool development with eight of the digital display control procedures c procedural language embedded 1:00 compilation
STM32 模拟 IIC 驱动 Maxim 加速度传感器 MXC6202 代码
- 工程文件为编译环境 Keil MDK4 ST2.0的库,iic_driver.c是模拟IIC代码文件并读出加速度计在X,Y轴上的初始值,没有经过数据处理成加速度的值。 led.c数码管显示程序文件,注释之后的代码是通过一个数码管依次显示X,Y轴上总共8位初始值,把注释去掉之后是通过595锁存8的数码管同时显示加速度计初始值。 main.c是主函数.
LPC2200_experiment_AIN0+disp+led
- 在MagicARM2200实验箱上实现的模拟温度报警实验。通过采集实验箱上W1的电压信号,将测量结果转换后通过数码管显示当前值,当测得的结果超过上限或下限时,实现8栈LED灯的闪烁报警。-MagicARM2200 experiment in the realization of the simulation box on the experimental temperature alarm. Experimental box through the acquisition of the volt
SPI_7SegLed
- 本程序是ARM7系列下LPC2148的例程,通过K7I开发板实现的数码管显示 1-2-3-4-5-6-7-8-9-0-A-b-C-d-E-F-This procedure is under the LPC2148 family of ARM7 routines, K7I development board through the implementation of digital display 1-2-3-4-5-6-7-8-9-0-AbCdEF
mult_18B20_controlandSPI_display
- 单片机访问多片DS18B20,同时显示在SPI控制的8位8段数码管上,其中用到DS18B20的单总线技术,还有演示程序截图,其中主控单片机为MEGA16-Single-chip multi-chip access DS18B20, at the same time displayed on the SPI-controlled 8-bit digital tube on paragraph 8, which uses a single bus technology DS18B20, as wel
1bitled
- SSI对从外设器件接收到的数据执行串行到并行转换。CPU可以访问SSI数据寄存器来发送和获得数据。发送和接收路径利用内部FIFO存储单元进行缓冲,以允许最多8个16位的值在发送和接收模式中独立地存储。 使用 ssi 控制1位数码管的显示-SSI received from peripheral devices to the implementation of the serial to parallel data conversion. CPU can access data regi
SPI-bus
- 51单片机模拟spi总线,与max7221一起控制8位数码管的显示。-51 single-chip analog spi bus, max7221, together with control of 8 digital tube display.
f8a8b13a-dade-469f-9274-24ad7d8697f7
- MAX7219是MAXIM公司生产的串行输入/输出共阴极数码管显示驱动芯片,一片MAX7219可驱动8个7段(包括小数点共8段)数字LED、LED条线图形显示器、或64个分立的LED发光二级管。及相关程序。-MAX7219是MAXIM公司生产的串行输入/输出共阴极数码管显示驱动芯片,一片MAX7219可驱动8个7段(包括小数点共8段)数字LED、LED条线图形显示器、或64个分立的LED发光二级管。该芯片具有10MHz传输率的三线串行接口可与任何微处理器相连,只需一个外接电阻即可设置所有LED的
msp430
- msp430 实验代码 1,MSP430开发基础 2,键盘设计 3,数码管显示电路设计 4,液晶模块接口 5,MSP430 CRC 6,中文输入法 7,数据压缩算法 8,FIR滤波 9,FFT算法 10,波特率自动识别 11,串行存储 12;NAND flash 接口 13;A/ D,TLV2541 14;DA DAC8830 15;ADS1241 16;温度 TMP100 17;定时器 DAC
c51_HD7279A
- C51程序,通过键盘串行接口芯片HD7279A,实现对8位共阴式数码管的各种操作。-C51 program, through the keyboard serial interface chip HD7279A, to achieve a total of 8-bit digital control of various vaginal operations.
STM32-7SEG-LED-SCAN
- 8位数码管动态扫描显示实验(显示不用库函数) *显示用指针直接访问GPIO端口的输出寄存器,形式GPIOD->ODR *延时delay_nms(5)时,显示不闪烁 *74HC138 A--P2.2--PE.0 B--P2.3--PE.1 C--P2.4--PE.2 *74HC573 D0~D7---PD[0..7] LE---PE.3 *by 追梦 2011-4-3-8-bit digital dynamic scan showed that the experimen
program
- 编程完成数码管显示程序,将自己学号的后8位显示在数码管上。(电路如Proteus文件夹中电路所示) 编程完成外部按键对数码管上数字实现加减的操作,该程序可以使用中断来做,或者用查询的方式做均可。 编程完成4*4行列式按键的检测程序,将按下的键号显示在数码管上。-Programming complete digital display program, his school after the 8-bit number displayed on the digital pipe. (Cir
lanqiu
- 实现红队和蓝队的篮球比赛记分,可以加(1,2,3分),24秒暂停。8位共阴数码管显示。-To achieve the red team and blue team s basketball game score, you can add (1, 2 points), 24-second pause. 8-bit common cathode LED display.
07_LED_8tube_dynamic
- AVR 8位数码管动态显示 包括原代码及protues仿真 很有意思-AVR 8-bit digital displays, including dynamic simulation of the original code and very interesting protues
MCU-READ-AND-WRITE-AT24CXX
- 单片机C语言,单片机与ZLG7290通过I2C通讯,驱动8个数码管-SCM C language, microcontroller through the I2C communication with ZLG7290, driver 8 digital tube
max7219
- max7219 与8051 单片机通讯程序 只用3io驱动8位数码管-max7219 and 8051 communications program is only 8 3io drive digital tube
8-dynamic-digital-tube-
- 此代码是在静态数码管的基础上衍变而来的,是通过不断的扫描以达到节省io口,进而来达到动态数码管-This code is based on a static digital Evolution comes through continuous scanning in order to achieve savings io port, and then to achieve dynamic digital tube!!