#include #include SpejsNode node("ambient"); void init() { node.init(); node.registerEndpoint("environment", new DHTEndpoint(2, 10000, DHT22)); }