mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 06:23:44 +02:00
Add PoC Serial communication implementation
This commit is contained in:
4
components/SerialManager/CMakeLists.txt
Normal file
4
components/SerialManager/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
idf_component_register(SRCS "SerialManager/SerialManager.cpp"
|
||||
INCLUDE_DIRS "SerialManager"
|
||||
REQUIRES esp_driver_uart CommandManager
|
||||
)
|
||||
Reference in New Issue
Block a user