搜索资源列表
stm32_adc
- 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分别落到AD_Value[0]和AD_Value[1]中。
firstcomefristsevers
- 实现for循环的服务方法,利用翻译方案实现源代码的翻译-Implementation methods for recycling services, the use of translation programs to achieve the translation of source code
led-for-LM3S811
- 为LM3S811嵌入式单片机设计的led循环闪烁的程序-For LM3S811 embedded microcontroller led circulation flickering program
Timer-interrupt-for-task-switching
- 定时中断实现任务切换,CPU 在空闲任务循环等待,定时中断将 CPU 周期性唤回,根据任务设计了不同的响应频度,满足条件的任务将获得CPU资源,CPU为不同任务“关照”完成后,再次返回空闲任务,如此周而复始,对于各个任务而言,好像各自拥有一个独立的CPU,各自独立运行。用这种思想构建的程序框架,最大的好处是任务很容易裁剪,系统能够做得很复杂。本程序就用了这种思想,使不同的灯用不同的频率闪烁。 -Timer interrupt for task switching, CPU cycles wa
matrixkeyboard
- 最简单的矩阵键盘扫描,比传统的两个for循环好理解,-simple matrix keyboard scan
asm-file-for-freescale3
- Freescale HCS08 系列的汇编语言学习程序——四只LED灯循环显示跑马灯效果 -Programme for Freescale HCS08. This mcp file will let you know how to control the LEDS from the study-board.YOU NEED Codewarrior to run this programme.
shijian
- c语言编写的51单片机的时间程序,不是定时器用的for循环模拟的,忘记了-c language program 51 single time, not the timer is used for loop simulation and forget
There-are-parameters-for-loop
- 用C语言编写的使单片机LED灯闪烁的for循环源代码-There are parameters for loop.Written in C language to make single-chip LED light source for loop flashing
delay
- 单片机1ms精确延时的c语言实现,for循环,已经通过keil仿真计时验证,-The microcontroller 1ms accurate delay c language, for circulation, has been verified by keil simulation timing
control-the-whistal
- 用for循环语句控制蜂鸣器鸣笛次数的一段程序-Control the number of buzzer whistle for statement
LjkBCDPlus
- 自己编写的BCD码加法算法,支持4个字节的数组的BCD运算,如需更多字节,更改for循环控制即可;数据高位放在低地址-Own the BCD adder write algorithm, support 4-byte array BCD arithmetic, high on the low address data more bytes, change the for loop control can be
ziyouluoti
- visual c++环境下模拟自由落体,使用for循环语句-the simulation under a visual c++ environment freefall, use a for loop
delay1s
- 用单片机和C语言实现的延时1s程序,精确到小数点后3位,不用定时器,用3重for循环。-MCU and C language delay 1s procedures, accurate to three decimal places, without the timer, using three heavy for loop.
one-key-multifunction
- 基于C51的一键多能实现代码,包含Proteus的仿真原理图,代码的注释等内容。里面有两个算法,采用定时器延时和for循环延时。-Based on the C51, one key multifunction code that contains the Proteus simulation schematics, code comments and other content. There are two algorithms:using the timer delay and for lo
Clock
- 基于C51/52单片机,秒表。带仿真和程序。 用KEILC和PROTUES编的。用FOR循环定时,没有用定时器。-Based C51/52 microcontroller, stopwatch. With simulation and procedures. With KEILC and PROTUES series.
Time@Counting-Example-Mode
- 松瀚单片机定时/计数器MS&US级定时/延时,定时器定时,FOR循环延时-Elee microcontroller timer/counter MS&US timer/timer delay, delay, FOR cycle
MATLAB
- 使用matlab实现奇偶校验,使用for循环一步到位,加入了干扰位-Using matlab to achieve parity, use a for loop in one step, adding a bit of interference
循环队列
- 循环对联实现, //1.创建空的循环队列,为结构体在堆区分配空间 //2.判断队列是否为空 //3.判断队列是否为满 //4.入队,操作rear //5.出对,操作front(Circular couplet implementation, //1. creates an empty loop queue that allocates space for the structure in the heap area //2. determines whether the queue
10-LED循环左移
- 演示LED循环左移程序,初学单片机开发必备程序(Demo LED cycle left shift program, first learn the necessary program for the development of single chip microcomputer)
74HC595 for stm32
- 使用STM32编写程序控制移位寄存器,进行控制led循环亮灭(Using STM32 to write program control shift register to control the LED cycle)