搜索资源列表
PIC_source_31
- 16C84做的智能卡程序,滚动码应用原程序,16c54四位LED时钟显示程序,红外应用源程序集1,用PIC12C508509 控制一个步进电机源程序,模拟数据采器 USART
demo
- 简单的在ATMEGA64上移植ucosII,通过LED指示和USART通信测试
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
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
877_USART_using
- 学习使用USART的用法,本例的功能是,发送一个字符,然后单片机接收这个字符并通过数码管显示.-Study the using method of USART(in picMCU).The function is:sending a bit to the MCU,then can be received and displayed in LED at the same time.
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.
USART
- USART综合实验 与LED 的综合运用-USART comprehensive experiment
adptemp-detect-ucos
- 在STM32上编写实时操作系统uc/os2,同时运行5个任务,实现led灯扫描,检测板上cpu温度和片外温度,当两个温度相差过大时,通过蜂鸣器报警,同时通过USART串口向PC机发送报警信号,并接受PC机的消除报警指令取消报警。-In STM32 written on real-time operating system, at the same time running os2/uc five task, realize led lamp scanning, detecting board o
PC-atmega-16-usart-LED
- atmega 16 usart 实验 应用实例-atmega 16 usart experimental application examples
USART-LED
- 能够完成收发 而且能够利用串口进行LED的控制。-Transceivers and can be completed using serial LED control.
PIC16F87x
- 自己编写的PIC16F877A应用程序,实现数码管显示,数据通过UASRT(SCI)与上位机通讯,属于非常典型的应用,希望可以给大家带来帮助-Based on chip PIC16f877a, the function includes displaying in LED,communication in USART(SCI),it is a typical application for PIC.
UCOSPCANPUSARTPLED
- STM32基于UCOSII的CAN+USART+LED三任务程序。-STM32 UCOSII of CAN+USART+LED three task-based program.
STM32PfreeRTOS
- 基于STM32F103 的freeRTOS移植,实现了点亮LED以及USART功能-An APP on STM32F103 board with FreeRTOS, with two threadFunctions ,lighting LED and sending message via UASRT.
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