摘要: 嵌入式软件经常要用到定时器,不像windows/linux系统自带通用接口。现在就做个通用的,需要创建,删除,开启,停止等通用接口。 用链表来管理定时器。 main.c #include <stdio.h> #include <stdint.h> #include <stddef.h> #inclu 阅读全文
posted @ 2017-05-01 17:36 dong1 阅读(380) 评论(0) 推荐(0) 编辑