-
本资料是本人在网上收集到的两款时钟芯片ds1302和sd2400的读写程序,适用于单片机开发时钟...
本资料是本人在网上收集到的两款时钟芯片ds1302和sd2400的读写程序,适用于单片机开发时钟-This information is collected from the I-line two clock chip ds1302 and sd2400 literacy program for developing MCU clock
- 2022-03-09 16:52:29下载
- 积分:1
-
基于51单片机Atmel89C554开发的染色机源程序
基于51单片机Atmel89C554开发的染色机源程序-SCM Atmel89C554 dyeing machine developed by source
- 2023-05-16 16:25:04下载
- 积分:1
-
ADC0809是带有8位A/D转换器、8路多路开关以及微处理机兼容的控制逻辑的CMOS组件。它是逐次逼近式A/D转换器,可以和单片机直接接口。...
ADC0809是带有8位A/D转换器、8路多路开关以及微处理机兼容的控制逻辑的CMOS组件。它是逐次逼近式A/D转换器,可以和单片机直接接口。 -ADC0809 is an 8-bit A/D converter, 8-way multi-switch and microprocessor compatible control logic of the CMOS components. It is a successive approximation type A/D converter, single chip can interface directly.
- 2023-03-26 02:25:03下载
- 积分:1
-
详细介绍了pic单片机c语言编程的方法和技巧
详细介绍了pic单片机c语言编程的方法和技巧-detail the pic microcontroller c language programming methods and techniques
- 2022-01-26 19:24:57下载
- 积分:1
-
暑假为学生培训写的51相关接口的所有源码及项目代码,包括串口通信、IIC、SPI、8255、ADC、PWM、WDT等,并且涉及到一些项目级的封装比如通讯协议等。...
暑假为学生培训写的51相关接口的所有源码及项目代码,包括串口通信、IIC、SPI、8255、ADC、PWM、WDT等,并且涉及到一些项目级的封装比如通讯协议等。-Summer vacation for students to write the 51 training-related interfaces and project all source code, including serial communication, IIC, SPI, 8255, ADC, PWM, WDT, etc., and involve a number of projects such as communications package-level agreements.
- 2023-03-20 15:50:04下载
- 积分:1
-
- 2022-06-11 19:23:32下载
- 积分:1
-
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RT...
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
-err
- 2023-03-23 11:40:04下载
- 积分:1
-
This is a low
这是msp430 进入低功耗的例程,请查收,接下来还有-This is a low-power MSP430 into the routine, please check, then there
- 2022-07-20 17:06:44下载
- 积分:1
-
该程序实现了LCD1602在AVR单片机上控制,详细定义了各种功能函数,并自定义了汉字库...
该程序实现了LCD1602在AVR单片机上控制,详细定义了各种功能函数,并自定义了汉字库-The program achieved LCD1602 Singlechip in AVR control, detailed definitions of the various features function, and customize the汉字库
- 2022-05-05 22:49:58下载
- 积分:1
-
SD卡读写程序
1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改.
2. SD目录: SD卡读写模块的全部...
SD卡读写程序
1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改.
2. SD目录: SD卡读写模块的全部文件,一般不用修改.
3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改,
而sdconfig.h通常会有改动.-1. Sdconfig.h: The document for the SD card reader module configuration header files, the user hardware according to actual conditions can be modified. 2. SD directory: SD card reader module of all the documents, the general need not be amended. 3. Proposed sdconfig. h files directory should not be put in SD because SD files in the directory are not normally required to be amended and the changes are usually sdconfig.h.
- 2022-01-26 02:34:36下载
- 积分:1