Skip to content

Commit

Permalink
Initial version of a stepper motor driver
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsg committed Apr 20, 2024
1 parent bc3b31f commit 612e4d1
Show file tree
Hide file tree
Showing 4 changed files with 577 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ set(module_srcs
"sodium.c"
"spi.c"
"spi_master.c"
"stepper.c"
"struct.c"
"time.c"
"tmr.c"
Expand Down
8 changes: 8 additions & 0 deletions components/modules/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,14 @@ menu "NodeMCU modules"
help
Includes the spi module.

config NODEMCU_CMODULE_STEPPER
bool "Stepper motor module"
select ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD
default "n"
help
Includes the stepper motor driver module. This module provides driving of arbitrary signals
to driver stepper motors.

config NODEMCU_CMODULE_STRUCT
bool "Struct module"
default "n"
Expand Down
Loading

0 comments on commit 612e4d1

Please sign in to comment.