Welcome![Sign In][Sign Up]
Location:
Search - usart.h

Search list

[assembly language232_a

Description: MSP430 USART 實驗程序 利用IAR Embedded Workbench開發軟體-MSP430 USART experimental procedure using IAR Embedded Workbenc h software development
Platform: | Size: 3216 | Author: 高進 | Hits:

[assembly language485_a

Description: MSP430 USART 實驗程序 利用IAR Embedded Workbench開發軟體-MSP430 USART experimental procedure using IAR Embedded Workbenc h software development
Platform: | Size: 3173 | Author: 小蘇 | Hits:

[assembly language232_a

Description: MSP430 USART 實驗程序 利用IAR Embedded Workbench開發軟體-MSP430 USART experimental procedure using IAR Embedded Workbenc h software development
Platform: | Size: 3072 | Author: 高進 | Hits:

[assembly language485_a

Description: MSP430 USART 實驗程序 利用IAR Embedded Workbench開發軟體-MSP430 USART experimental procedure using IAR Embedded Workbenc h software development
Platform: | Size: 3072 | Author: 小蘇 | Hits:

[SCMUSART(ICC)

Description: 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
Platform: | Size: 84992 | Author: 张栋 | Hits:

[Windows Developbasic-sd-spi-project-at91sam7x-ek-iar

Description: at91sam7Xxxx sample example
Platform: | Size: 797696 | Author: lee | Hits:

[ARM-PowerPC-ColdFire-MIPSAD7705(AVR)

Description: 介绍AD7705的开发注意事项,以及开发流程,附AVR单片机开发代码-#include <util/delay.h> #include <avr/eeprom.h> #include "ad7705.h" #include "main.h" #include "crc16.h" #include "Usart.h"
Platform: | Size: 7168 | Author: 向恒 | Hits:

[source in ebookpic_c_Programing

Description: PIC c语言程序实例。含有I2C方式读写24C02EEPROM实例、PIC单片机12864汉字液晶模块显示图象实例、PIC单片机之步进电机控制移位距离实例、SPI方式读写93C46EEPROM实例、USART通信等9个完整程序设计。-PIC c language program examples. Examples of ways to read and write 24C02EEPROM with I2C, PIC Microcontroller 12864 character LCD module display image examples, PIC MCU shift from the example of stepping motor control, SPI mode read and write 93C46EEPROM instance, USART communications 9 full programming.
Platform: | Size: 14336 | Author: | Hits:

[Other Embeded programDS18B20-STM32

Description: STM32 Cortex-M3上的温度传感器DS18B20程序。从单片机上移植过来的-STM32 Cortex-M3 on the temperature sensor program. From the MCU on the transplant
Platform: | Size: 763904 | Author: zhangshare | Hits:

[Com Portusart_test

Description: usart(串口调试程序) 串口调用系统API winserialport.cpp winserialport.h-winserialport.cpp winserialport.h
Platform: | Size: 55296 | Author: 枫儿 | Hits:

[Embeded-SCM DevelopEE2001-h-files

Description: cool header files for pic implementation include LCD times USART etc etc that can be directly used anywhere-cool header files for pic implementation include LCD times USART etc etc that can be directly used anywhere
Platform: | Size: 5120 | Author: arun@nusacm.org | Hits:

[SCMUSART

Description: 有关STM32单片机串口的设置及使用方法的代码-STM32 microcontroller serial port on the setting and use the code
Platform: | Size: 132096 | Author: 果冻 | Hits:

[SCMstd-print-usartlpc2378

Description: working with usart lpc2378 by stdio.h functions.
Platform: | Size: 245760 | Author: Fatemeh jamali | Hits:

[SCMstm8l1526-eval_fw

Description: STM8L152C6 Example I2C SPI USART LCD -STM8L152C6 Example I2C SPI USART LCD
Platform: | Size: 11841536 | Author: nongnatt | Hits:

[ARM-PowerPC-ColdFire-MIPSExample7

Description: 这个例子显示了如何重定向C库printf函数的USART。 在HyperTerminal使用USARTx本实施输出printf的消息。 USARTx可以是USART1的,USART2 USART3的选择要使用的USART接口 注释“#定义USE_USARTx的main.h 文件中的行。-This example shows how to retarget the C library printf function to the USART. This implementation output the printf message on the Hyperterminal using USARTx. USARTx can be USART1, USART2 or USART3 to select the USART interface to be used uncomment the #define USE_USARTx line in main.h file.
Platform: | Size: 14336 | Author: baijia | Hits:

[source in ebookADC

Description: stm32驱动4X4键盘扫描,用于键盘扫描-/******************************************************************************* * File Name : KeyScan * Description : Serial print out the corresponding key value *******************************************************************************/ #include"stm32f10x.h" #include"KeyScan.h" #include"SysTick.h" #include"USART.h" /******************************************************************************* * Function Name : main * Description : Main program. * Input : None * Output : None * Return : None *******************************************************************************/ int main(void) { SysTick_Init() //延时初始化 USART_GPIO_Config() //串口初始化 USART_Config() Keyboard_Interrupt_Init() //矩阵键盘初始化 while(1) { printf("\nBelieve yourself\n") delay_ms(1500) if(Keyboard_Val) { switch(Keyboard_Val) { case 1:printf("\n1\n") Keyboard_Val=0 break case 2:printf("\n2\n") Keyboar
Platform: | Size: 1024 | Author: henry | Hits:

[Embeded-SCM Develop超声波测距1

Description: 超声波测距,利用stm32f103作为主控,测量的距离为速度乘时间再除2(#include "stm32f10x.h" #include "tsensor.h" #include "stdio.h" #include "delay.h" #include "LCD1602.h" #include "usart.h" u8 overflow;)
Platform: | Size: 2300928 | Author: 哈哈你哈哈 | Hits:

[Embeded-SCM DevelopAD7327

Description: AD7327 Example Code for STM32 ad7327.c ad7327.h config.c config.h fsmc_sram.c fsmc_sram.h main.c main.h startup_stm32f2xx.s stm32f2xx_conf.h stm32f2xx_it.c stm32f2xx_it.h system_stm32f2xx.c usart.c usart.h
Platform: | Size: 380928 | Author: xicer | Hits:

[Com Port21ic下载_基于STM32的CAN总线收发程序

Description: 实现can通信,经本人验证完全可以使用,拿去吧。(#include "can.h" #include "led.h" #include "delay.h" #include "usart.h" #include "led.h" #include "delay.h" #include "key.h" #include "sys.h" #include "lcd.h" #include "usart.h" #include "can.h")
Platform: | Size: 7734272 | Author: tsc123 | Hits:

[Embeded-SCM Develop人体感应式无线键盘

Description: 人体感应式无线键盘,上位机,下位机,希望大家支持一下。(#include "main.h" #include "supertimer.h" #include "gpio.h" #include "player.h" #include "capacity.h" #include "usart.h" #include "dac.h" int main(void) { GPIOInit(); DacInit(); DacSet(2500); CapacityInit(); UsartInit(); SuperTimerInit(); Timer2_Open(100,16800); while(1) { if(cInit) CapacityFilterTest(); else CapacityInitData();)
Platform: | Size: 7698432 | Author: 孔庆东 | Hits:
« 12 »

CodeBus www.codebus.net