#ifndef FEATURES_H
#define FEATURES_H

#ifdef HAS_COMMUNICATION
#include "Communication.h"
#endif

// #include "TemperatureController.h"

#endif