搜索资源列表
jjj
- 按键检测,当有按键输入时系统你能检测到按键的输入值
uCOS
- UCOS工程,采用keil开发工具开发,程序中基于stm32v100处理器. 在uC/OS-II中建立3个任务Taskled、Tasktep、Taskadc和三个中断。 Taskled初始化时,LED 依次点亮,当按下 Key 键时产生中断。 中断服务子程序内容:灯全部熄灭,2 秒钟后发光二极管全部点亮,再过 1 秒钟后中断返回。 Tasktep用来实时检测温度传感器u4的温度。STM32通过IIC接口获取温度传感器的温度。 Task
uCOS-II
- 本程序基于UCOS2.52,在LPC2200下移植。功能是定时向电脑发送数据,现时实时检测一个按键是否被按下,如果被按下则蜂鸣器响一声!- The program is based on UCOS2.52, transplanted in the LPC2200. Function is to send data to the computer through the serial port timely, and the buzzer sounds if a button press
ucos_lcd
- STM32F0系列的ucosii移植实例代码,基于Keil5,包括串口通信、按键检测、RTC时钟实时显示等(STM32F0 series of uCOSII transplantation example code, based on Keil5, including serial communication, key detection, RTC clock, real-time display)