![]() |
Contiki-NG
|
A process that periodically prints out the time spent in radio tx, radio rx, total time and duty cycle. More...
#include "contiki.h"#include "sys/energest.h"#include "simple-energest.h"#include <stdio.h>#include <limits.h>#include <inttypes.h>#include "sys/log.h"Go to the source code of this file.
Functions | |
| void | simple_energest_init (void) |
| Initialize the deployment module. | |
A process that periodically prints out the time spent in radio tx, radio rx, total time and duty cycle.
Definition in file simple-energest.c.