-
此为一个详细的程序源代码 由单片机PIC16F873检测电平,并送至1802显示,包含各种操作功能...
此为一个详细的程序源代码 由单片机PIC16F873检测电平,并送至1802显示,包含各种操作功能-This is a detailed source code from the single-chip PIC16F873 detection level, and to the 1802 show, including a variety of operating functions
- 2023-07-12 07:35:04下载
- 积分:1
-
单个数码管循环显示0~9,在KEILC环境下编译调试成功
单个数码管循环显示0~9,在KEILC环境下编译调试成功-A single cycle of digital tube display 0 ~ 9, in the circumstances KEILC successful compiler debugging
- 2022-01-31 08:07:34下载
- 积分:1
-
本库函数实现了C8051F020 SMBUS总线的驱动 简洁规范的代码风格以及简单易用的接口不堪为一经典之作...
本库函数实现了C8051F020 SMBUS总线的驱动 简洁规范的代码风格以及简单易用的接口不堪为一经典之作
- 2022-04-28 08:37:19下载
- 积分:1
-
LTC1446是一种采用12位逐次逼近式工作的A/D转换器。内部包含系统时钟、采样和保持、12位A/D转换器、数据寄存器以及控制逻辑电路。LTC1446每25u...
LTC1446是一种采用12位逐次逼近式工作的A/D转换器。内部包含系统时钟、采样和保持、12位A/D转换器、数据寄存器以及控制逻辑电路。LTC1446每25uS重复一次“输入――转换――输出”。器件有两个控制输入:DIN CLK和片选(CS)。
内部系统时钟和DIN CLK可独立使用。应用电路的设计只需利用时钟启动转换或读出转换结果。当CS为高电平时, Dout处于高阻态且DIN时钟被禁止。
- 2022-04-16 02:58:29下载
- 积分:1
-
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpo...
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。
usb端点数据的读操作是由底层函数自动完成的(相关函数为unsigned char D12_ReadEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 相应端点为2和4),所读到的数据存于GenEpBuf[](普通端点)、MainEpBuf[]或EpBuf[](主端点)中,用户可以直接读取使用。-Usb port communication which has been used as a module, the user can use the following function on the usb port can easily read and write:
unsigned char D12_WriteEndpoint (unsigned char endp, unsigned char len, unsigned char* buf) This is the endpoint usb output function, endp is to communicate the endpoint, the value for 3 (common endpoint, the first transmission maximum 16byte) or 5 ( the main endpoint, the first transmission maximum 64byte) len Length of output data for the first time * buf location for data.
usb endpoint data is read
- 2023-06-14 23:15:04下载
- 积分:1
-
93c46eeprom the Chinese information and source decoder
93c46eeprom的中文资料和c51原码-93c46eeprom the Chinese information and source decoder
- 2022-07-13 20:10:46下载
- 积分:1
-
本代马是以AVR系列单片机为硬件,开发环境采用ICCAVR,用软件模拟I2C总线...
本代马是以AVR系列单片机为硬件,开发环境采用ICCAVR,用软件模拟I2C总线-this generation is MCUs for hardware, using ICCAVR development environment with software simulation I2C Bus
- 2022-07-28 02:51:24下载
- 积分:1
-
基于AT89C2051的平方
基于at89c2051的方波发生器,MAIN: MOV SP,#60H 设置SP指针
MOV R0,#50H 显示缓冲区首地址时50H
ML0: CLR A
MOV @R0,A 显示缓冲区清零
INC R0
CJNE R0,#55H,ML0-AT89C2051 based on the square-wave generator, MAIN: MOV SP,# 60H Set SP pointer MOV R0,# 50H shows that the first address buffer 50HML0: CLR A MOV @ R0, A display buffer cleared INC R0 CJNE R0,# 55H, ML0
- 2022-11-01 17:45:03下载
- 积分:1
-
嵌入式控制器硬件电路设计。里面有介绍各种嵌入式控制器,及其电路设计和软件实现
嵌入式控制器硬件电路设计。里面有介绍各种嵌入式控制器,及其电路设计和软件实现-Embedded controller hardware design. Which have introduced a variety of embedded controllers, and circuit design and software implementation
- 2023-07-13 17:15:04下载
- 积分:1
-
lcd12864 带字库的驱动程序 不看后悔
lcd12864 带字库的驱动程序 不看后悔-lcd12864 with a font driver Bukanhouhui
- 2022-08-11 16:25:31下载
- 积分:1