搜索资源列表
DAvE_MotherSystem_V2.1_r24.rar
- DAvE是英飞凌科技公司的电子芯片模拟开发应用工具软件。 戴夫会帮助你在你的项目中规划你想使用的英飞凌单片机或dsp,以提供智能向导,那帮你设定芯片来工作的方式和你需要的各功能模块,自动生成C-code驱动功能与适当的单片外围设备和中断的控制。 DAvE会直接与编译器的IDE互动。,DAvE is the Digital Application Engineer from Infineon Technologies. DAvE will... - Help you progra
TFT-clock
- 基于51单片机tft模拟时钟,包括gui模块,lcd驱动模块,时钟模块,有些小臭虫,普中公司1.8寸tft-Based on 51 single tft analog clock, including gui module, lcd driver module, clock module, and some small bugs, 1.8 inch tft general of the company
float
- 浮点数转16进制 16进制转浮点数 c单片机,C++上模拟的 简单实用-Hexadecimal hexadecimal float switch float switch chip c, C++ to simulate a simple and practical
I2C
- /* 51系列单片机在使用时,有时需要模拟I2C总线, */ /* 这里举出一个实例(读写串行EEPROM芯片at2402) */-/* 51 Series single-chip, when used, is sometimes necessary to simulate I2C bus,*//* here to cite a concrete example (read and write serial EEPROM chip at2402)* /
SST89C5458
- 数控系统的模拟系统,用SSTC51仿真单片机,仿真数控机床切割,能执行数控机床代码.-CNC simulation system, using single-chip SSTC51 simulation, simulation of CNC cutting machine, CNC machine tools to carry out the code.
timer0
- avr单片机软件模拟viic协议i2c编程-avr single-chip software simulation viic agreement i2c programming
8025
- AVR ATMEGA128单片机对RX8025进行读写的模拟时序-AVR ATMEGA128 micro simulation RX8025 timing for read and write
SPI-bus
- 51单片机模拟spi总线,与max7221一起控制8位数码管的显示。-51 single-chip analog spi bus, max7221, together with control of 8 digital tube display.
c
- AVR 单片机中的模拟比较器是使用方法源码-AVR microcontroller' s analog comparator is to use the method of source
fet140_i2c_10
- 用于MSP430单片机的IIC总线软件模拟,总线接口设计。-IIC bus for the MSP430 microcontroller software simulation, the bus interface design.
I2C
- 单片机实现模拟I2C通信,代码完全可以直接使用,我已经测试通过。可以移植到任何单片机使用。-MCU for analog I2C communication, the code can be used directly, I have the test. Can be ported to any microcontroller to use.
c8051f020
- Cygnal C8051F系列单片机的功能部件包括模拟多路选择器可编程增益放大器ADCDAC电压比较器电压基准温度传感器SMBus/ I2CUARTSPI可编程计数器/定时器阵列PCA定时器数字I/O端口电源监视器看门狗定时器WDT和时钟振荡器等所有器件都有内置的FLASH存储器和256字节的内部RAM有些器件还可以访问外部数据存储器RAM即XRAM Cygnal C8051F系-Cygnal C8051F MCU' s features, including analog multi
infrared_code
- 简介:采用AT89C52单片机模拟红外编码,晶振采用32.768MHz,编码采用RC-5格式,计算得到相应机器数目后采用中断或者循环完成红外脉冲的发射。 关键词:AT89C52 RC-5编码 红外编码-Descr iption: AT89C52 microcontroller with analog infrared codes, crystal using 32.768MHz, encoded by RC-5 format, calculate the number of machines
sim51_USBkeyboard
- 51单片机模拟一个USB键盘,附带原理图说明-use 51 seriers micro processor simulates a USB keyboard 51
MCS-51-SPI
- MCS-51系列单片机模拟SPI总线的方法-MCS-51 series MCU SPI bus simulation methods
单片机实验
- 单片机实验 工业顺序控制实验 k1为启动开关 k2为故障输入模拟开关 p.3.3输入0是不断报警 p1.7为报警声音输出-SCM experiment industrial control experiment in order k1 the start switch k2 the fault input analog switch p.3.3 input is constantly alarm p1.7 alarm sound output
serial-port-communication
- MSP430单片机模拟串口发送,主要用定时器设置波特率,该文件包括源码和IAR程序-MSP430 microcontroller analog serial transmission, with a timer to set the baud rate, the file including the source and IAR program
ceshi.X
- 实现环境温度信息采集、电池电压采集,单片机模拟315MHz的编码和解码。使用PIC12F617作为微处理器-Achieve environmental temperature information collection, battery voltage acquisition, 315MHz single-chip analog encoding and decoding. Using PIC12F617 as the microprocessor
dianti
- 单片机模拟电梯,用矩阵键盘,kielu vision4,c语言-Elevator microcontroller simulation, matrix keyboard, kielu vision4, c language
基于32单片机的电压检测装置
- 1. 基本功能:基本实现了附件2要求的功能,因为TFT-LCD引脚损坏,故用OLED代替,开发板没有配套24C02,所以使用flash模拟EEPROM,对参数K进行掉电保护。 2. 增加功能: a.按键个数增加1个,多了一个用于时间调整,可以让时间减小。 b.可以通过串口修改实时时间,在屏幕1下,用串口助手输入指令。 c.可以通过串口更新电压上报时间,在屏幕2下,用串口助手输入指令。 d.往串口助手输入:?,即可以获得串口指令提示。更多信息见实验工程下“ReadMe”文件。