
contiki
文章平均质量分 79
shrapwen
这个作者很懒,什么都没留下…
展开
-
contiki学习笔记之hello_world
hello_world是当中最简单的程序了。程序代码如下: /* Declare the process */ PROCESS(hello_world_process, “Hello world”); /* Make the process start when the m原创 2011-08-10 20:20:40 · 2181 阅读 · 3 评论 -
窥探contiki的event-driven模型
event和process的关系是怎样体现出来的? 在contiki中,有四种timer,如下: ●struct timer:Passive timer, only keeps trackof its expiration time ●struct etimer:Act原创 2011-08-11 21:03:10 · 2038 阅读 · 4 评论