搜索资源列表
LEDtemp.RAR
- 本程序是七彩射灯温度显示,温度范围(25-45摄仕度.没隔5都会显示不同的颜色.供大家参考-Discus searchlights temperature, the temperature range (25 to 45 degrees perturbation worship. no show will repeat it at five different colors. for your reference
25
- modbus slave simulator
Lgsp2410UBoot
- NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C2400X profile.c is ported for S3C2410X. Mar.27.2002:purnnamu: DMA is enabled. Apr.01.2002:purnnamu: isDownloadReady flag is added. Apr.10.2
6.25-DSP-Pwm-QEP-LED
- DSP2812-PWM-QEP-LED本程序是通过L298P驱动电机,发生两路PWM,通过GPIO口逻辑控制电机转动方向,QEP电路读取电机转速和方向,定时器中断控制LED,非常适合初学者,每一步都写的非常简单,对照着书很容易就看得懂!
ALIENTEK-MINISTM32-picture-display
- ALIENTEK MINISTM32 实验25 图片显示实验-ALIENTEK MINISTM32 25 pictures showed that the experimental test
LPC2210.rar
- 用周立功的easyarm2200的板子,LPC2210的芯片,ucos系统 使用P0.25作为温度采集管脚, DS18B20和上拉电阻使用同一个+5V电源 LCD同时显示时间 和CPU使用率,ZLG the easyarm2200 with the board, LPC2210 chip, ucos as the temperature acquisition system uses the P0.25 pin, DS18B20 and pull-up resistor to use the
25
- 毕业设计(论文)-基于ARM9的嵌入式智能家居系统.rar-arm9
AFL
- 安富莱开发板上配套的学习例程,包括SCH图的,和25个例程.-Fu Lai development board supporting the learning routines, including the SCH map, and 25 routines.
MEGA406intellectbatteryapplication
- Mega406是Atmel推出的可完全配置的单芯片智能型电池解决方案。面向便携式应用产品,最高耐压为25伏的微控制器,集智能型电池所需的各种管理功能于一身。 -Atmel introduced Mega406 are fully configurable single-chip smart battery solution. Products for portable applications, the maximum voltage of 25 volts of micro-contro
14114ARM
- μC/OS-II实验程序说明 软件版本:V1.0 日期:2005-05-25 多任务是指多个任务在操作系统的控制下同时运行,它的实现实际上是靠操作系统在 多个任务之间进行切换和调度。在多任务系统中,内核负责管理各个任务,即为每个任务 分配CPU时间,并且负责各任务之间的通讯。μC/OS-II操作系统最多可以支持64个任务。 每个任务的优先级不能相同,优先级数字越小,优先级越高。在μC/OS-II操作系统中, OSInit()创建了两个μC/OS-II的默认任务
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
25
- 12864LCD电子钟说明文档,作者:QQ 64134703 ,电子毕业设计,欢迎咨询-12864LCD clock documentation, of: QQ 64134703, e-graduate design, please consult
lpc177x-lpc178x_user-manual
- LPC178x/7x preliminary Full user manual Rev. 01.02 — 25 February 20-LPC178x/7x preliminary Full user manual Rev. 01.02 — 25 February 2011
STM32-TIM1-PWM
- 通过对 TIM1 定时器进行控制,使之各通道输出插入死区的互补PWM 输出, 各通道输出频率均为17.57KHz。 其中,通道1 输出的占空比为50 ,通道2 输出的占空比为25 ,通道3 输 出的占空比为12.5 。各通道互补输出为反相输出。 TIM1 定时器的通道1 到3 的输出分别对应PA.08、PA.09、PA.10 引脚,而通 道1 到3 的互补输出分别对应PB.13、PB.14 和PB.15 引脚,将这些引脚分别接 入示波器正接线,GND 引脚接示波器负接线,
Picture-display-experiment-
- ALIENTEK MINISTM32 实验25 图片显示实验(库-STM32F103RBT6 Picture display experiment
The-TIM1-The-PWM-shows
- STM32编译源码。对TIM1定时器进行控制,通道1输出的占空比为25 -The STM32 compile the source. TIM1 timer control, the channel 1 output 25 duty cycle
TimerA
- 这是由msp430f169的定时器A写的产生方波的程序,频率为1K,p1.2口的输出占空比为0.75,p1.3口的输出占空比为0.25。-This is a program written by msp430f169 Timer A square wave, the frequency of 1K, the p1.2 mouth of the output duty cycle 0.75 p1.3 output of the duty cycle of 0.25.
ALIENTEK-MINISTM32
- ALIENTEK MINISTM32 实验25 图片显示实验-ALIENTEK MINISTM32 experiment 25 pictures show experimental
25-arduino--program-course
- 25例Arduino程序源码,从简单到复杂,并配有相匹配的电路连接图,让你轻松学习Arduino-25 cases Arduino procedures, simple to complex, and with a phase matching circuit connection diagram, let you easily learn Arduino
51-simple-task---9.25
- /// /// /// /// /// /// 嵌入式系统中 简单的“任务调度、管理”实现 Kernel.c中包含 任务开启:TASK_On 任务关闭:TASK_Off 任务运行:TASK_Run task.c中包含任务具体执行函数 任务开启关闭思路参考RiveraWaves 2016-9-25 ///////////////////////////////// /-Kernel.c TASK_On TASK_Off TAS