Welcome![Sign In][Sign Up]
Location:
Search - c8051f02x

Search list

[SCMC8051F02Xlichengziliao

Description: c8051F02X系列单片机开发例程,带有详细注释。很好的学习资料。-c8051F02X MCU development routines, with detailed notes. Good learning materials.
Platform: | Size: 70656 | Author: | Hits:

[Software EngineeringC8051F02x

Description: C8051F020单片机各个模块编程举例说明。绝对权威!!研究020芯片必不可少!-C8051F020 microcontroller module programming examples. Absolute authority! ! Essential to the study 020 chip!
Platform: | Size: 157696 | Author: 马伟 | Hits:

[Linux-UnixC8051F02x

Description: C8051F20系列的单片机,包含ADC,DAC,PCA.UART,SPI等应用程序,供参考。-C8051F20 microcontroller series, including ADC, DAC, PCA.UART, SPI application for reference.
Platform: | Size: 134144 | Author: tsg | Hits:

[SCMC8051F02x

Description: 8051F02X系列单片机各个功能的代码示例,方便移植到其他单片机-8051F02X series MCU function code examples, easily ported to other microcontroller
Platform: | Size: 155648 | Author: susan | Hits:

[Software EngineeringC8051F02x

Description: 新华龙单片机资料,新手想学新华龙单片机的就下吧,很好的资料-Hualong SCM data, novice wanted to learn new Hualong microcontroller on the next, good
Platform: | Size: 2428928 | Author: poter | Hits:

[SCMC8051F02x

Description: C8051单片机F04X系列 官方例程。包含所有片上资源。-The C8051 MCU F04X series of official routine. Contains all on-chip resources.
Platform: | Size: 156672 | Author: 田野 | Hits:

[Com Port58

Description: C8051F02X系列MCU串口通讯底层驱动程序,已经调试通过,大家只需要编写上层代码即可!-C8051F02X series MCU serial communication underlying drivers, debugging has been passed, we only need to write the upper code can be!
Platform: | Size: 3072 | Author: 木阮清 | Hits:

[Software EngineeringC8051F02x

Description: 8051资料,英文版本,比较详细的资料,包括功能参数引脚电路图,自带推荐链接-files of c8051
Platform: | Size: 1375232 | Author: james | Hits:

[Compress-Decompress algrithmsC8051F021

Description: 用c8051f02x或041实现的具有计数分频功能程序,用c语言编程,易懂,欢迎下载-With c8051f02x or 041 to achieve with the counting Divide function program, with the c programming language, understandable, welcome to download
Platform: | Size: 8192 | Author: 张庆乐 | Hits:

[SCMC8051F02X_PCA

Description: C8051F02X的PCA列程程序,可供调试参考-C8051F02X way out of the PCA program for debugging reference
Platform: | Size: 16384 | Author: huhaiming | Hits:

[ELanguageaa

Description: FILE NAME : C8051F020.H TARGET MCUs : C8051F020, F021, F022, F023 DESCRIPTION : Register/bit definitions for the C8051F02x product family. - FILE NAME : C8051F020.H TARGET MCUs : C8051F020, F021, F022, F023 DESCRIPTION : Register/bit definitions for the C8051F02x product family.
Platform: | Size: 3072 | Author: Dani | Hits:

[SCMlcd1602

Description: c8051f02x控制液晶显示lcd1602A-c8051f02x control LCD lcd1602A
Platform: | Size: 1024 | Author: shaolong | Hits:

[assembly languageF02x_ADC0_TempSensor

Description: c8051f02x单片机模数转换汇编程序。-C8051F02x single-chip analog-to-digital conversion assembler.
Platform: | Size: 3072 | Author: huang | Hits:

[assembly languageF02x_ADC0_ExternalInput_Mux

Description: c8051f02x单片机模数转换c语言程序。-C8051F02x single-chip analog-to-digital conversion C language program.
Platform: | Size: 5120 | Author: huang | Hits:

[source in ebookF02x_DAC

Description: c8051f02x单片机数模转换c语言程序。-C8051F02x microcontroller DAC C language program.
Platform: | Size: 3072 | Author: huang | Hits:

[Other Embeded programF02x_SPI0_Master

Description: 通用于c8051f02x的spi通信的主机程序,可根据需要进行改写-Generic host process in c8051f02x spi communication, can be rewritten as needed
Platform: | Size: 5120 | Author: 天题 | Hits:

[SCMF02x_SMBus_Slave

Description: 一个C8051F02x的SMBus总线,从模式,一个字节传输的例子。-// Example software to demonstrate the C8051F02x SMBus interface in Slave mode //- Interrupt-driven SMBus implementation //- Only slave states defined //- 1-byte SMBus data holder used for both transmit and receive //- Timer3 used by SMBus for SCL low timeout detection //- ARBLOST support included
Platform: | Size: 3072 | Author: 黄高玮 | Hits:

[SCMF02x_SMBus_Slave_Multibyte

Description: 一个例程关于C8051F02x的SMBus总线,从模式,传输多个字节。-// Example software to demonstrate the C8051F02x SMBus interface in Slave mode //- Interrupt-driven SMBus implementation //- Only slave states defined //- Multi-byte SMBus data holders used for both transmit and receive //- Timer3 used by SMBus for SCL low timeout detection //- ARBLOST support included //- supports multiple-byte writes and multiple-byte reads
Platform: | Size: 4096 | Author: 黄高玮 | Hits:

[SCMF02x_SMBus_Master

Description: 一个C8051F02x的SMBus总线,主模式,一个字节传输的例子。-// Example software to demonstrate the C8051F02x SMBus interface in // Master mode. //- Interrupt-driven SMBus implementation //- Only master states defined (no slave or arbitration) //- 1-byte SMBus data holders used for each transmit and receive //- Timer3 used by SMBus for SCL low timeout detection //- SCL frequency defined by <SMB_FREQUENCY> constant //- ARBLOST support included
Platform: | Size: 5120 | Author: 黄高玮 | Hits:

[SCMF02x_SMBus_Master_Multibyte

Description: 一个例程关于C8051F02x的SMBus总线,主模式,传输多个字节。-// Example software to demonstrate the C8051F02x SMBus interface in // Master mode. //- Interrupt-driven SMBus implementation //- Only master states defined (no slave or arbitration) //- multiple-byte SMBus data holders used for each transmit and receive //- Timer3 used by SMBus for SCL low timeout detection //- SCL frequency defined by <SMB_FREQUENCY> constant //- ARBLOST support included //- supports multiple-byte writes and multiple-byte reads
Platform: | Size: 5120 | Author: 黄高玮 | Hits:
« 1 2 3 4 5 67 »

CodeBus www.codebus.net