moved from servo to stepper

This commit is contained in:
2025-11-30 16:50:46 +01:00
parent 0ff1ab4b88
commit a4c2d82c4c
10 changed files with 350 additions and 254 deletions

View File

@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.20.0)
target_include_directories(app PRIVATE ./)
#add_subdirectory()
target_sources(app PRIVATE
stepper_controller.cpp
)