mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-17 20:42:21 +02:00
sketching up the command library
This commit is contained in:
19
esp_modem/include/cxx_include/esp_modem_commands.hpp
Normal file
19
esp_modem/include/cxx_include/esp_modem_commands.hpp
Normal file
@ -0,0 +1,19 @@
|
||||
//
|
||||
// Created by david on 3/2/21.
|
||||
//
|
||||
|
||||
#ifndef SIMPLE_CXX_CLIENT_ESP_MODEM_COMMANDS_HPP
|
||||
#define SIMPLE_CXX_CLIENT_ESP_MODEM_COMMANDS_HPP
|
||||
|
||||
#include "esp_err.h"
|
||||
|
||||
namespace esp_modem {
|
||||
namespace dce_commands {
|
||||
|
||||
template <typename T> esp_err_t sync(T t);
|
||||
|
||||
} // dce_commands
|
||||
} // esp_modem
|
||||
|
||||
|
||||
#endif //SIMPLE_CXX_CLIENT_ESP_MODEM_COMMANDS_HPP
|
Reference in New Issue
Block a user