资源列表
buttons
- This is a generic button manager c code for embedded development. It will detect several behaviors like short and long presses, and will also do debouncing.
fifo
- Generic c code for Fifo (first in first out), meant for embedded development. It can point to generic structures.-Generic c code for Fifo (first in first out), meant for embedded development. It can point to generic structures.
genTimer
- This is a generic timer c code. Useful for detecting timeouts in embedded development. Some hardware timer irq must call its Tick function.
i2c_interface
- i2c (inter integrated circuit) C code for Microchip dsPIC MCU.
threads
- Cooperative multitasker for Microchip dsPIC microcontrollers.
can
- can总线用于控制步进电机的小程序,包含主从站两个程序 -Can bus is used to control the stepping motor of small procedures
baojing
- 设计一种基于STC89C52RC单片机和STC12C5A32S2单片机的无线防盗预警系统-Design a STC89C52RC MCU and STC12C5A32S2 MCU based wireless security early warning system
TLC5615
- 通过TLC1549采集电压,并通过TLC5615将电压值显示出来。-By TLC1549 collect voltage and the voltage value by TLC5615 displayed.
EPM7128
- EPM7128SLC84最小系统及下载线,非常适合初学者入门学习。-EPM7128SLC84 minimum system and download the line, very suitable for beginners learning portal.
DS18B20_C
- 温度传感器DS18B20采集并在显示屏上显示,C语言设计-Temperature sensor DS18B20 collected and displayed on the screen, C language design
temperature-control
- 利用模糊控制思想,基于lpc2124的智能楼宇单房间温度控制系统仿真。-Single room temperature control based on LPC2124
OSPrioShedule_14_1229
- 基于STM32的小的任务调度程序,任务调度基于优先级调度法,任务间通信通过消息机制实现任务同步。同时包括了一个基于此调度内核的测试程序和串口驱动程序-STM32-based small task scheduler, task scheduling priority-based scheduling method, inter-task communication mechanisms to achieve synchronization of tasks through the message