搜索资源列表
gpio_lpc2294
- gpio的相关资料,控制LED,异步电机等-GPIO relevant information on the LED control, asynchronous motors, etc.
GPIO_KeyInterrupt
- 按键进入GPIO中断服务函数,并采用延时函数来控制LED的亮灭。开发环境:TKStudio。使用中断函数需在vector_cfg.h中修改对应的中断,例如:#define PIOINT1_IRQ_Handle GPIOIsr0,还需要在vector_table.c中写外部函数定义,例如:extern void GPIOIsr0 (void) -Press the button to enter the GPIO interrupt service function, and use delay
gpio-test
- 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、
GPIO
- ARM7的GPIO操作的典型例子,即控制LED的显示。-ARM7-GPIO a typical example of the operation, that is, the control LED display.
GPIOLED
- 关于GPIO输出实验LED控制.嵌实验。基于ARM2400平台实验!!ads1.2ARM开发-LED control experiments on the GPIO output. Embedding experiment. ARM2400-based platform for experiments! ! ads1.2ARM Development
dev_io
- 跑马灯--本程序的目的是演示如何使用端口的GPIO方式-The purpose of this software is to demonstrate how to use the buttons and LED on the EZ-USB developer s kit.
LED
- stm32f103的gpio应用,是对led的控制程序。开发环境iar-stm32f103 the gpio applications and is led control program. Development environment iar
adroid-LED
- mini2440Adroid系统下的GPIO口控制测试 -mini2440Adroid system under test mini2440Adroid GPIO port control system of the GPIO port to control the test
GPIO
- 新世纪电子例程,简单的GPIO模块,实现2个LED灯的闪烁效果。-Electronic routines of the new century, the GPIO module, two LED lights flicker effect.
F2XX--GPIO
- STM32的GPIO口编写的LED闪烁程序,方便大家熟悉操作环境和方法。KEIL环境。-STM32 GPIO port LED flashes written procedures to facilitate the familiar operating environment and methods. KEIL environment.
GPI474O
- 本例程主要测试LED和KEY,当程序运行时,LCD屏上会显示: STM32F10x DEMO GPIO TEST 按键K1-K4控制灯闪动的次数: 按k1,L1,L3各闪1次 按k2,L1,L3各闪2次 按k3,L1,L3各闪3次 按k4,L1,L3各闪4次 -The main routine test LED KEY, when the program runs on the LCD screen will display: The STM32F10x DEMO
STM32_LED1
- STM32微处理器GPIO的操作,LED小灯的源码-STM32 microprocessor GPIO operation, LED lamp source
STM32_LED
- STM32微处理器GPIO的操作,LED小灯的源码1-STM32 microprocessor GPIO operation, LED light source
GPIO_Test
- TI公司生产的低功耗BLE蓝牙芯片的基础实验利用GPIO口驱动底板上的LED灯,使四个led循环点亮和熄灭-TI' s low-power production of basic experimental BLE Bluetooth chip GPIO port driver using the LED lights on the bottom, so that the four led cycling on and off
TIMER_Test
- TI公司生产的低功耗蓝牙芯片CC2540基础实验-使用定时器,完成GPIO实验中的LED显示延时 -TI' s low-power Bluetooth chip production CC2540 basic experiment- using a timer to complete the experiment GPIO LED display delay
led
- keil环境下基于LPC2103的简单GPIO控制的流水灯操作。-keil environment based on a simple LPC2103 GPIO control of the water lamp operation.
RTX-TFT-LED
- 基于MDK自带的嵌入式系统RTX和STM32开发的寄存器操作GPIO-MDK-based embedded system comes with RTX and STM32 development GPIO register operations
GPIO
- gpio闪灯,代码实现流水灯每个LED灯轮流点)的效果-gpio flashing lights, light water code points for each LED lamp turns) effect
Lpc1768_driver
- 基于rtx内核的LPC1768在keil平台上的软件开发,其中包含简单的GPIO,led,UART等程序-Rtx kernel-based LPC1768 in keil software development platform, which includes simple GPIO, led, UART and other procedures
demo_LED
- 该例程是在Freescale的FRDM-KL25Z开发板上,通过GPIO控制三色LED亮灭的程序。开发环境是IAR。-This example is based on the FRDM-KL25Z developboard of Freescale.It uses the GPIO to control the tri-color LED to be on or off.The development environment is IAR.