including the files in source file instead of header file fixed 'conflicting type' errors in idf macros when using newer version ESP-IDF v4.4.4-148-g4c2afac355
9 lines
252 B
C++
9 lines
252 B
C++
#pragma once
|
|
|
|
//task that initializes and controls the stepper motor
|
|
//current functionality:
|
|
// - automatically auto-homes
|
|
// - moves left and right repeatedly
|
|
// - updates speed from potentiometer each cycle
|
|
void task_stepper(void *pvParameter);
|