Skip to content
Snippets Groups Projects
CapMan.cpp 546 B
#include "CapMan.hpp"

// C++ system level
// #include <cstring>     // memset, strncmp
// #include <cstdlib>     // TODO: is this for memcpy?
// #include <functional>

// ESP32 specific
// #include "esp_err.h"
#include "esp_log.h"
// #include "driver/gpio.h"
// #include "driver/uart.h"

// project specific
#include "SpiderLib/NumberTypes.hpp"

// qthing stuff
// #include <qthing>

/*
namespace SiliconTorch {

  // CapabilityManager
  namespace CapMan {


    void CapMan::publish() {
      ESP_LOGW(TAG, "Not implemented!");
    }


  }
}
*/