搜索资源列表
USART
- ATmega88 串口连接原理图 一个按键,2个Led
串口控制led
- 串口接到数据,来判断小灯的亮灭信息!这是一个很实用的程序,大家可以看看!
USART、模数转换、LED等程序
- ATmega128开发的16个控制程序,包括USART、模数转换、LED等程序,对ATmega128的初学人员很有帮助-16 of the ATmega128 development control procedures, including USART, ADC, LED and other procedures, staff very helpful learning the ATmega128
PIC16F628_RGB_LED_code
- PIC16F628 Serial 8 RGB LED Controller]This code is for a simple RGB LED controller for 8 LEDs using a PIC16F628. It is controlled by sending 3 bytes to the internal USART for the red, green, and blue color channels. The operation is very simple and s
LEDs+USART
- programa en C/MPLAB en el que la puerta B está configurada como salida y conectada a unos LED que se encienden en funcion de lo que sale por ahí se hace uso también del puerto serie disponible en proteus-programa en C/MPLAB en el que la puerta B está
USART(ICC)
- USART以查询方式收发数据,接收发自电脑的数据,将其显示在LED上,并将接到到的数据减1后返回电脑-USART to send and receive data to query, receive from the bottom of the computer data that could be displayed in the LED, and will receive the data returned by a computer
AVR
- 16PWM AD KEY LCD LED music light SPI ss usart Uart Tx Rx
STM32R100DevelopBoardSourceCode
- stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART-stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART
USART
- 在万利199元开发板上实现了uCOS-II移植到STM32的操作,建立了LED闪烁任务以及USART1向计算机发送数据的任务。-Manley 199 yuan in the development board implements the STM32 uCOS-II ported to the operation, the establishment of the task and the LED flashes USART1 send data to the computer task.
LED-usart
- 三星ARM2410开发板 无操作系统下LED,串口驱动程序-Samsung ARM2410 development board without operating system LED, serial port driver
USART
- USART综合实验 与LED 的综合运用-USART comprehensive experiment
PC-atmega-16-usart-LED
- atmega 16 usart 实验 应用实例-atmega 16 usart experimental application examples
CSharp-LED
- 通过个人注释的 关于 C# 点阵字模生成并通过串口发送给单片机-c# USART
USART-LED
- 能够完成收发 而且能够利用串口进行LED的控制。-Transceivers and can be completed using serial LED control.
UCOSPCANPUSARTPLED
- STM32基于UCOSII的CAN+USART+LED三任务程序。-STM32 UCOSII of CAN+USART+LED three task-based program.
PL3536-8-12W-LED
- 电源板希望对大家有所帮助。。。大家下载吧-new feil power feil Write a character to the USART Transmitter buffer
LED-USART
- It is a demo project for initializing GPIO, LED and USART by stm32f030f4p6 ARM microprocessor compiled by MDK Keil v5 and running on STM32F030 DEMO BOARD.
创建 EXTI 工程 的素材----与GPIO,USART素材不同
- 通过不同按键和不同的中断线来控制LED灯的亮灭(Control the brightness of the LED lamp by different buttons and different interrupts)
JY901
- ustartled控制代码,供测试使用,p10单元可用(usart Ustartled control code for test use, P10 unit available)
STM32F030串口
- 主要实现了STM32F030F4P6串口程序,里面点亮了一个LED,可以通过发送函数打印,也可以使用printf()函数进行打印,此程序也可以当做一个STM32F0系列模板来使用,里面写好了delay延时函数。(The stm32f030f4p6 serial port program is mainly implemented, in which an LED is lit, which can be printed by sending function or by using printf