issues
search
espressif
/
esp-idf-cxx
C++ wrapper classes for ESP-IDF components.
Apache License 2.0
79
stars
14
forks
source link
Unify usage of StrongType::get_value() and use template function for type conversion
#9
Closed
SoucheSouche
closed
2 years ago
SoucheSouche
commented
2 years ago
remove all wrapper functions (e.g, get_num, get_level, etc...) from the associated classes
use inherited get_value() method throughout the code
remove specific conversion functions and use generic template function instead