搜索资源列表
实用单片机系统
- 增加ASCII.C的一个ASCI码(7F),用于虚拟按键用 修改UART串口的命令解析程序,修改RTC的pcf8563中断部分。 精简IIC和smart_timer代码,添加define.h的宏定义。 修改system.c里的消息堆栈的宏定义 增加ii.c函数,支持对eeprom的打包 增加由PLD或者GPIO输出的模拟UART,在6个CLOCK下速度为57.6K 增加消息的优先级功能,消息类型的前4位为消息的优先级,后4位为消息的类型 试用于初学单片机并且想更上一层
做的硬盘MP3资料
- 1IC网友 做的硬盘MP3资料公开 该播放器使用了美国atmel公司出品的mp3播放器专用芯片at89c51snd1c. 本芯片特性如下: 1)MCS51内核,可以利用单片及开发软件Keil软件方便开发mp3播放器,无需特殊软件平台; 2)MPEG I/II-Layer 3 hardware decoder .独立MP3 Decoder .支持48,44.1,32,24,22.05,16khz取样频率 .支持软件31阶音量控制,高中低音均衡控制
mcs51_MP3
- 1)MCS51内核,可以利用单片及开发软件Keil软件方便开发mp3播放器,无需特殊软件平台; 2)MPEG I/II-Layer 3 hardware decoder .独立MP3 Decoder .支持48,44.1,32,24,22.05,16khz取样频率 .支持软件31阶音量控制,高中低音均衡控制 .重低音效果 3)集成DAC部件,支持PCM,IIS格式; 4)64K字节片上代码存储空间(100K次擦写寿命) 5)4K字节boot f
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
MSP430F5
- MSP430F5系列中文手册,有需要的朋友可以下载一下-MSP430F5xxx--h h h h h h h h h h f f f f
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
chip1
- VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //发送缓冲区 unsigned char inb
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
tsl2561
- IIC驱动程序 单片机: STC12C5410AD 主频: 24MHz include <REGX051.H> // AT89C4051头文件 #include "../inc/STC12C5410AD.H" // AT89C4051头文件 #include <INTRINS.H> // 系统调令头文件 #include "def.h" // 类型定义文件 #include "config.h" // 配置头文件 #incl
UART_51
- 单片机串行口的驱动程序,可以直接发送字符串和数组-Serial port driver can send strings and arrays
UART
- UART.CPP and UART.h to handle the uart of lpc2378 ARMMicrocontroller
DBG_test-500009
- 本应用介绍了DBG引脚的使用方法。调试模式下,DBG引脚可用作单线UART通信端口;自由运行模式下,DBG引脚可用作P12/EC0。-/****************************************************************************** F2MC-8FX Family SOFTUNE C Compiler sample startup routine, ALL RIGHTS RESERVED, COPYRIGHT (C) F
Lin-Uart-500006
- 本应用介绍了如何在各种模式下使用LIN-UART。 介绍了LIN-UART的各种功能和工作模式并给出了样本代码。LIN-UART具有4个工作模式。工作模式0是异步模式(正常模式) 工作模式1是异步(多处理器模式) 工作模式2是同步模式(正常模式) 工作模式3是异步模式(LIN模式)。-/* THIS SAMPLE CODE IS PROVIDED AS IS AND IS SUBJECT TO ALTERATIONS. FUJITSU*/ /* MICROELECTRONICS ACCE
release_version
- C51/52 驱动程序功能: 1、12Mhz主频下,初始化4800波特率全双工UART。UART收到字符并对字符排序。 2、一个50ms Tick定时器,通过UART每隔一秒发送一个 T 字符。 3、中断初始化 驱动程序部分包含的:c52_drive.h c52_drive.c C52_data_type_define.h 的根据GPL 开源发布。 所有代码在 STC89C51RC 和 HC6800 V2.6开发板 通过测试验证。-C51/52 driver f
2.4GHz-RF-wireless-sensor-network
- 2.4GhzRF无线自组织网络或者无线传感器网络汇聚节点源程序,主要包括:单片机STM8S005K6、Flash芯片W25Q32、无线射频芯片BK2423。源文件清单如下: adc.h adc.c apply.h apply.c bk2423.h bk2423.c Declare.h define.h eep.h eep.c history.h history.c Iostm8s005k6.h main.c mcu.c mcu.h
U115200
- msp430的uart模块收发程序,其中包括uart.h,uart.c文件,经本人亲测,程序可以使用。程序还有波特率设置函数,很好用。-The transceiver module uart msp430 procedures, including uart.h, uart.c file, the I pro-test, the program can be used. Program as well as the baud rate setting function, easy to use.
uart
- 单片机UART配置,封装成了.c文件和.h文件。包含串口发送函数与串口中断-About MCU uart configuration
20130402
- 采用的是upsd3300单片机,读取GPS NMEA0183格式及解析;uart.h ,uart.c串口中断程序; gps.c,gps.h 读取GPS NMEA数据及解析位置,时间,和卫星状态-Upsd3300 microcontroller is used to read and parse GPS NMEA 0183 format uart.h, uart.c serial interrupt program gps.c, gps.h read the GPS NMEA data a
uart
- 串口功能调试程序,代码例程C51,有C文件 和h 文件-uart funtion
UART.H
- MCU 单片机级的串口驱动程序,适合初学者!-MCU-level serial driver, suitable for beginners!