rmt: support pll clock source on esp32c6
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
#include "stepper_motor_encoder.h"
|
||||
|
||||
///////////////////////////////Change the following configurations according to your board//////////////////////////////
|
||||
#define STEP_MOTOR_GPIO_EN 16
|
||||
#define STEP_MOTOR_GPIO_DIR 17
|
||||
#define STEP_MOTOR_GPIO_EN 19
|
||||
#define STEP_MOTOR_GPIO_DIR 20
|
||||
#define STEP_MOTOR_GPIO_STEP 18
|
||||
#define STEP_MOTOR_ENABLE_LEVEL 0 // DRV8825 is enabled on low level
|
||||
#define STEP_MOTOR_SPIN_DIR_CLOCKWISE 0
|
||||
|
||||
@@ -6,6 +6,7 @@ from pytest_embedded import Dut
|
||||
|
||||
|
||||
@pytest.mark.esp32s3
|
||||
@pytest.mark.esp32c6
|
||||
@pytest.mark.generic
|
||||
def test_stepper_motor_example(dut: Dut) -> None:
|
||||
dut.expect_exact('example: Initialize EN + DIR GPIO')
|
||||
|
||||
Reference in New Issue
Block a user