esp8266ndn
NDN Arduino library for ESP8266 and more
|
Clock implemented with Arduino API. More...
#include <ino.hpp>
Classes | |
struct | Time |
Public Member Functions | |
Clock ()=delete | |
Static Public Member Functions | |
static Time | now () |
static Time | add (Time t, int ms) |
static int | sub (Time a, Time b) |
static bool | isBefore (Time a, Time b) |
static void | sleep (int ms) |
Clock implemented with Arduino API.
|
delete |
|
inlinestatic |
|
inlinestatic |