-
无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)
无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)-without ram can be extended outside of the 51 on the implementation of preemptive RTOS portable, free, open-source with the Chinese documents and detailed notes (The author has already put it to practical use items)
- 2022-10-01 14:10:03下载
- 积分:1
-
51单片机计数器及频率计实验报告
该文档分为两部分,第一部分是51系列计数器的一个程序,设计到开关中断,实现计数功能,计数到178;第二部分是一个频率,实际上也是对51单片机中计数器的一个应用,并且结合了驱动数码管的功能,是一个很好的中断控制,与外设控制相结合的一个程序。
- 2023-02-15 05:05:03下载
- 积分:1
-
自己开发的基于proteus仿真模拟单片机控制的的实例,供大家一起交流学习...
自己开发的基于proteus仿真模拟单片机控制的的实例,供大家一起交流学习-Self-developed microcomputer-based control of proteus simulation examples for all to share their knowledge with
- 2022-05-28 07:08:55下载
- 积分:1
-
boa:著名嵌入式系统网页服务器源代码。
boa:著名嵌入式系统网页服务器源代码。-boa : famous embedded web server system source code.
- 2022-06-14 00:45:00下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
基于STM32F107 串口转以太网的 透明传输例程
基于STM32F107的 串口转以太网的例程
可以直接应用于实际项目中
采用LWIP实现
- 2022-07-08 00:14:04下载
- 积分:1
-
缝纫机主机板测试程序;
使用嵌入式系统。
缝纫机主机板测试程序;
使用嵌入式系统。-Sewing machine motherboard testing procedures the use of embedded systems.
- 2022-02-20 19:31:42下载
- 积分:1
-
这是is4002语音芯片的录放音程序,程序里注释的很详细,从录音、放音的原理着手,读者很容易看懂...
这是is4002语音芯片的录放音程序,程序里注释的很详细,从录音、放音的原理着手,读者很容易看懂-This is the voice chip is4002 sound recording procedures, programs annotated in great detail, from the recording, playback of the principle to proceed, the reader can easily understand
- 2022-02-06 11:42:49下载
- 积分:1
-
ARM MP3解码源代码1.0 有完整的项目文件,开发工具ADS1.2
ARM MP3解码源代码1.0 有完整的项目文件,开发工具ADS1.2--Source code 1.0 for ARM MP3 decoding. It has complete project file and development tool ADS1.2.
- 2022-03-21 09:34:09下载
- 积分:1
-
在XScale Redboot移植源码,很好的引导程序,功能强大,易于…
redboot在xscale上的移植源码,非常好BOOTLOADER,功能强大,易于配置-XScale redboot in the transplant source, very good BOOTLOADER, powerful, easy to configure
- 2023-03-28 11:25:03下载
- 积分:1