搜索资源列表
led_driver
- 以jupiter芯片为例,含有IO口控制和键盘和定时器中断的驱动-to Jupiter chip for example, contain IO population control and keyboard and timer interrupt driven
timeLCD
- 可以根据定时器控制液晶,可以教你怎么样使有定时器及控制液晶显示,很好的示例,值得下载。-LCD timer can control, you can teach you how to enable the timer and control has liquid crystal display, a good example, it is worth downloading.
LCD
- 先lcd屏幕中部开始显示4行的一首诗,在定时器控制下垂直滚动,直到整首诗逐渐从屏幕最上边消失,然后又从屏幕下沿逐渐出现。并如此循环不止-Middle of the screen started to show the first 4 lines of a poem, under the control of the vertical scroll in the timer, until the whole poem gradually disappear from the screen the
Timer1_led1
- 开发环境:MDK(RealViewMicrocontroller Development Kit) 基于S3C2440裸板上如何使用定时器timer1控制LED灯的示范代码-Development Environment: MDK (RealViewMicrocontroller Development Kit) based S3C2440 how to use the bare-board LED light timer timer1 control model code
zd
- 1.实现中断嵌套 2.使用定时器4,采用中断方法实现RUN LED闪烁,频率为5hz, 3.使用外部中断0,控制RUN LED是否闪烁。-1. Achieve interrupt nested 2. Use timer 4, the interrupt method RUN LED flash, frequency for 5 hz, 3. Use external interruption 0, control whether RUN LED twinkle.
timer0k
- arm板上裸机程序,通过定时器实现控制led各种功能,思路清晰,注释详细。-arm board bare-metal process timer control led various functions, clear thinking, and detailed annotations.
armplat_timer0_LED
- S3C2440中断定时器用,定时器控制LED闪烁-The S3C2440 interrupt timer, the timer controls the LED blinks
Project
- 在开发板FL2440上,我们完成了以下实验: 一、MDK开发环境配置 二、s3c2440时钟系统 三、UART实现串口发送(查询方式)和串口接收(中断方式) 四、按键外部中断并控制LED 五、SDRAM读写操作 六、定时器应用 七、实时时钟(RTC)的使用 八、A/D转换实验 -In the development board FL2440, we completed the following experiment: one, MDK developm
timer
- 基于sanxing A8的定时器控制led灯-can make time
timer0
- S3C2410的裸机程序,初始化定时器0来控制LED的定时亮灭-S3C2410 bare metal program, initialize the timer 0 to control the timing of the LED light off
11
- 通过PWM定时器延迟一秒,实现一个LED灯的明灭。实验中观察I/O口的值对LED灯的明灭的控制,学习I/O口的输入输出方式和设置,了解PWM的配置方式-Through the PWM timer to delay a second, the realization of a LED lamp at. I/O values for LED lamp light control experiment, learning I/O port input and output method and set
QtImage
- 用QT编写一个简单的图片浏览程序,运行该程序可以查看文件系统中的任何目录下的图片,包括jpeg,gif,bmp,png等格式。程序中能实现几个简单的功能:首先可以显示当前目录下的图片(如果有的话) 然后设置几个按钮,包括上一张,下一张,循环播放,分别点击这些按钮实现显示上一张图片,下一张图片,循环播放该目录下所有图片的功能;另外,在程序中设置了一个定时器,用来控制循环播放图片的时间间隔,该时间间隔会在Super-ARM的数码管上显示出来。-With QT. Write a simple pict
kernel_timer_led
- s3c6410,利用内核定时器控制led的亮灭-control the led of s3c6410 using kernel timer
stm32f4控制 PWM
- 通过对定时器3的通道3和通道4的配置来实现PWM的输出,并且可以通过调整占空比来实现对电机转速的控制。