搜索资源列表
学习单片机的八大步骤
- 学习使用单片机就是理解单片机硬件结构,在汇编或C语言中学会各种功能的初始化设置,以及实现各种功能的程序编制。
PIC16F877单片机硬件IIC编程实例
- PIC16F877单片机硬件IIC编程-PIC16F877 microcontroller programming hardware IIC
51单片机电子琴
- 摘要:本系统以Atmel的AT89c52单片机为主控制器,通过制作硬件电路和软件的设计编写,然后进行软硬件的调试运行,最终达到设计电路乐曲弹奏播放功能和存储重放音乐功能。设计中运用中断系统和定时/计数原理控制电子音乐器发生,并对所需的音阶和贝斯用相应的程序语言编写来实现,用8段数码显示管显示所弹奏的乐谱内容。将两个89c52单片机的串行口连接起来,实现5米以外的通信。输出通道通过一个功率放大器驱动扬声器发声。 关键词:单片机,音乐演奏器 目录: 摘要……………………………………………………
avr单片机应用开发典型实例
- 里面有AVR最基本的开发实例,并且还有相应的硬件外设图。非常适合新手学习。
STM8单片机硬件I2C从方式
- STM8单片机硬件I2C从方式(I2C SLAVE)驱动代码,原创,3in1板上调试通过,未经产品使用验证。-STM8 microcontroller hardware I2C slave mode (I2C SLAVE) drive code, original, 3in1 board debugging, not production use authentication.
单片机智能抢答器设计论文
- 单片机智能抢答器设计论文,以及设计硬件图和附录,Single-chip intelligent design thesis Answer,And design the hardware chart and Appendix
GPS.rar
- 一个51的小程序,能够调用51的p口来读取gps模块的数据(只支持和单片机硬件相连的通用gps模块),1 51 small programs that can call the 51 p-port to read the gps module data (only support and microprocessor hardware connected to a common gps module)
51MCU_develop_Application
- 51单片机开发与应用技术详解(珍藏版)光盘中源代码 《51单片机开发与应用技术详解(含光盘1张)》全面详细地讲述了单片机的原理、编程指南及应用案例,其中51系列单片机的编程部分是《51单片机开发与应用技术详解(含光盘1张)》的重点。《51单片机开发与应用技术详解(含光盘1张)》分为5篇38章。首先介绍了51系列单片机的开发概述及单片机的基本结构,接着介绍了单片机的汇编程序设计语言,然后介绍了单片机C51语言的程序设计,随后结合单片机的指令系统及各个功能部件详细讲解了单片机的编程操作,以及单片
数电实验
- 西工大数电实验压控振荡器和时钟电路部分硬件描述语言实现(Digital experiment of West Polytechnic University)
单片机复习
- 单片机应用,实验程序和实现功能,并在硬件上进行验证,并包括了复习题(Application of Single Chip Processor)
STM32F10x_硬件I2C从机(接收数据 - 中断方式)
- 实现STM32F103单片机作为主机与其他单片机进行通信(STM32F103 microcontroller as a host to communicate with other microcontrollers)
MPU6050(IIC)
- 利用STM32F103系列单片机硬件iic读取mpu6050数据(The hardware IIC reads the mpu6050 data)
基于单片机的室内空气净化系统
- 使用C语言,结合单片机硬件,基于单片机的室内空气净化系统(The use of C language, combined with hardware, indoor air purification system based on MCU)
基于AVR单片机的大棚室内温度无线数据采集的设计
- 采用AVR单片机实现对无线温度数据采集存储和处理,提供硬件方案及软件编程思路。(Using AVR MCU on the wireless temperature data acquisition and storage and processing, to provide hardware and software programming ideas.)
基于avr单片机的太阳能发电量检测系统的设计
- 采用AVR单片机对太阳能电池发电量信息进行收集和处理,提供硬件方案和软件流程(The AVR microcontroller is used to collect and process the solar cell power generation information, and the hardware scheme and software flow are provided)
MB90F549G
- 富士通单片机 适用于MB9054系列硬件编程 网上资料很好 适合项目开发编程(Fujitsu microcontroller is suitable for MB9054 series of hardware programming online data well suited for project development programming)
富士通单片机编程手册
- 很好的富士通单片机初学资料 包含部分有用的例程 提供基本配置和使用信息(A good Fujitsu single-chip primary information contains some useful routines providing basic configuration and use information)
富士通单片机中文手册
- 富士通单片机中文编程手册,包含许多有用的例程,uart i/o 中断 PPG等(Fujitsu single chip Chinese programming manual, including many useful routines, UART i/o interrupts PPG and so on)
S3FC9DC单片机代码优化技术研究_吴俊军
- 以S3FC9DC 硬件平台为例, 阐述了嵌入式系统程序开发中代码优化的重要意义以及代码优化的策略和方法。(Taking S3FC9DC hardware platform as an example, this paper expounds the importance of code optimization in the development of embedded system program and the strategy and method of code optimizatio
AVR单片机模拟串口发送和接收
- AVR单片机硬件串口不够用,利用IO口来模拟串口的发送和接收,代码中共扩张了4个虚拟串口。