搜索资源列表
AVR_ISP_JTAG
- AVR ISP/JTAG下载器全部资料,包括原理图/PCB/烧录的文件.支持AVR STDIO下载.-AVR ISP / JTAG download for all information, including schematics / PCB / copying documents. Support AVR STDIO download.
COLOCK
- 一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD_HIGH 0x3C #define RELOAD_LOW 0xD2 //定義按鍵彈跳時間 #define DB_VAL //定義設置模式的最大時間間隔 #define TIMEOUT 200 //定義游標位置常數 #define HOME 0 #define
experimentson2410sourcecode
- 实验源码是2410完全开发用的,通过此源码实验初学者可以一步步步入arm开发的殿堂。 源码包括:led点亮、key、stdio操作以及nand和sdram操作控制等。
STCchuankougps
- #include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigned char #define uint unsigned int #define isp_iap_byte_read 0x1 #define isp_iap_byte_program 0x2 #define isp_iap_sector_erase 0x3 #defi
serias_
- 对读入一个字节(不带回车)读入一个字符串带回车,发送字符串函数测试成功 由于不清楚keil自带的STDIO.H函数是否是堵塞发送接受,所以本程序使用非堵塞方式发送接受,缺点是占 用一些内存,缓冲区大小可自由配置。
UART_c8051f340
- c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h to write to and read from the UART interface. The program reads a character using the STDIO routine getkey(), outputs that character to the scre
cpdu
- 简单最短寻道跟电梯算法,用C++编译 #include \"stdio.h\" #include \"stdlib.h\" #include <iostream.h>
EX4-STDIO
- LPC214x_ LPC213x_ Sample_Code for_Keil lpc2131keil例程Example Standard I/O program for LPC2100
AT91SAM7_SWI_Remap_GPIO_PIT_and_stdio_Example_(Gam
- AT91SAM7 SWI, Remap, GPIO, PIT and stdio Example ( Gamma )
F41x_UART_STDIO
- C8051F410串口通信程序。。上位机发送一个字符,下位机把这个字符再发回,并再以十六进制再发一次。-Program Descr iption: This program demonstrates how to configure the C8051F410 to use routines in STDIO.h to write to and read from the UART interface. The program reads a character using
2410-fs-ldqmoon
- 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf(
lpc_2129_adc_stdio_20070313
- LPC2119 Demo - stdio with newlib and analog to digital conversion-LPC2119 Demo- stdio with newlib and analog to digital conversion
OpenSource_28
- stm32f103的原装eval板原理图+pcb protel格式-eval board stm32f103 the original schematic+ pcb protel format
STM32P103VBT6_with_stdio
- STM32 "kickstart" program with newlib/stdio like sprintf&printf
watchdog
- watchdog 这是一个例程!可以参考一下!-#include <errno.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <sys/io.h> #include <sys/time.h> #include <sys/types.h> #include <unistd.h>
Mobile3DTest
- mobile 3D in visual stdio
program
- AVR stdio 自主避障机器人的源程序,代码~~广泛讨论中,希望不吝赐教-AVR stdio autonomous obstacle avoidance robot source code ~ ~ extensive discussions, we hope that the wing
avr_sdcard
- 使用AVR Stdio开发的AVR单片机SD卡读写程序 附电路原理图-Using the AVR microcontroller AVR Stdio developed procedures for SD card reader attached to the circuit diagram
ucos
- UCOS在AVR STDIO平台上的移植程序,单片机用的是ATMEGA128-UCOS in the AVR STDIO platform migration process, using a microcontroller ATMEGA128
stdio
- 模拟标准输入输出函数,将数据输出到指定端口(Analog standard input and output functions to output data to a specified port)