搜索资源列表
4.2_led_test
- void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART // user interface uart_printf(\"\\n\\r Led Test Example\\n\") for( ) { led_test() } }-void Main (
4.2_led_test
- void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART // user interface uart_printf("\n\r Led Test Example\n") for( ) { led_test() } }-void Main (void)
2410-fs-ldqmoon
- 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializin
s3ceb2410_mdk
- 例程名称:led_Test 开发环境:Realview MDK 开发版:Embest S3CEB2410 测试结果:8个LED依次点亮,并且蜂鸣器一直响-Routine Name: led_Test development environment: Realview MDK Developer: Embest S3CEB2410 test results: 8 LED turn light, and the buzze
uart_printf
- 移植编译库里面sprintf函数格式应用到S3C2440 开发板的串口0输出,比较方便输出字符串和整型数值等 开发环境是MDK ,使用分散加载文件,能够运行在SDRAM中,也可以运行在flash中。 此程序在mini2440开发板上验证过!-Transplantation compile the library inside the sprintf function formats applied to the S3C2440
uart_printf
- uart串口通信,实现在超级终端上显示秒位-uart serial communication
uart-variable-parameter-for-mini2440
- mini2440 可变参数,使串行口可以使用类似uart_printf这样的函数,基于keil MDK,初学者非常容易看懂-mini2440 a viarable uart_printf func,modify bymyself
IRQ_
- S3C2440 裸机中断程序,当有按键中断时,利用函数uart_printf() 向串口打印一些信息,同时led灯显示-S3C2440 bare interrupt program, when a button is interrupted, using the function uart_printf () print some information to the serial port, and led lights displ
4.2_led_test
- void Main(void){ sys_init() // Initial 44B0X s Interrupt,Port and UART // user interface uart_printf("\n\r Led Test Example\n") for( ) { led_test() -void Main (void) (sys_init ()// Initial 44 B0X' s I
STM8-001-UART_printf
- 利用stm8单片机的串口实现打印功能,具体可由串口调试助手调试,-Use stm8 microcontroller serial Print function, specifically by serial debugging assistant commissioning,
UART_Printf
- STM32F103C8T6微控制器为核心的物联网节点的设计与实现-Design and implementation of the STM32F103C8T6 microcontroller as the core of the Internet of things
uart_printf
- MSP430F5529单片机使用标准C语言printf()函数使参数值打印到PC显示屏、Windows 超级终端等等,对初学者有很大帮助。(MSP430F5529 microcontroller using the standard C language printf () function, so that the parameter values printed to the PC display, Windows super te
uart_printf
- 基于89c51单片机的printf语句串口文本输出程序(Based on 89c51 single-chip printf statement serial output program)