Skip to content

Commit

Permalink
SUKU encoder driver moved to component
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Dec 12, 2023
1 parent c51f09d commit 58fa452
Show file tree
Hide file tree
Showing 5 changed files with 682 additions and 1 deletion.
8 changes: 8 additions & 0 deletions grid_esp/components/grid_esp32_encoder/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
idf_component_register(
SRCS
"grid_esp32_encoder.c"
INCLUDE_DIRS
"."
REQUIRES
"driver" "grid_esp32_pins"
)
Loading

0 comments on commit 58fa452

Please sign in to comment.