/*用rtos编写LED数码管显示程序,其中有用于计算的程序*/ /*另加LED流水灯*/ //须加入conf_tny.a51将周期数改为1000(原为10000)
/*用rtos编写LED数码管显示程序,其中有用于计算的程序*/ /*另加LED流水灯*/ //须加入conf_tny.a51将周期数改为1000(原为10000),即将报时周期改为1ms,将TimeSharing由5改为1,即将时间片改为1ms /*测试结果:1)可很稳定地显示,LED的闪烁...
/*用rtos编写LED数码管显示程序,其中有用于计算的程序*/ /*另加LED流水灯*/ //须加入conf_tny.a51将周期数改为1000(原为10000),即将报时周期改为1ms,将TimeSharing由5改为1,即将时间片改为1ms /*测试结果:1)可很稳定地显示,LED的闪烁...
XML Copy Editor is free software released under the GNU General Public License. It is available in Chinese (simplified and traditional), English, Fren...
This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Fr...
This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Fr...
基于STM32的RTOS例程。本移植使用的是 ucosⅡ 2.83版本,需要在OS文件夹下添加的操作系统源代码包括如下文件: os_flag.c os_mbox.c os_mem.c os_mutex.c os_q.c os_sem.c os_task.c ...