esp8266ndn
NDN Arduino library for ESP8266 and more
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Loading...
Searching...
No Matches
NDNph
src
ndnph
port
clock
port.hpp
Go to the documentation of this file.
1
#ifndef NDNPH_PORT_CLOCK_PORT_HPP
2
#define NDNPH_PORT_CLOCK_PORT_HPP
3
4
#if defined(NDNPH_PORT_CLOCK_CUSTOM)
5
// using custom clock port
6
#elif defined(ARDUINO)
7
#define NDNPH_PORT_CLOCK_INO
8
#include "
ino.hpp
"
9
#else
10
#define NDNPH_PORT_CLOCK_CHRONO
11
#include "
chrono.hpp
"
12
#endif
13
14
#endif
// NDNPH_PORT_CLOCK_PORT_HPP
chrono.hpp
ino.hpp
Generated by
1.9.8