![]() |
firmwareSandsara
|

Macros | |
| #define | PIN 32 |
| #define | NUMPIXELS 60 |
| #define | DELAYVAL 100 |
Functions | |
| void | info_motor1 (void) |
| void | info_motor2 (void) |
| void | mover (int, int, int) |
| void | Testing (void) |
| void | Task3code (void *) |
| Adafruit_NeoPixel | pixels_test (NUMPIXELS, PIN, NEO_GRB+NEO_KHZ800) |
Variables | |
| TaskHandle_t | Task3 |
| TMC2209Stepper | tmcMotorA |
| TMC2209Stepper | tmcMotorB |
| WorkingArea | haloCalibTest |
| unsigned long | t0 |
| unsigned long | t1 |
| uint16_t | waitTime = 10000.0 |
| #define DELAYVAL 100 |
| #define NUMPIXELS 60 |
| #define PIN 32 |
| void info_motor1 | ( | void | ) |
| void info_motor2 | ( | void | ) |
| void mover | ( | int | pasos, |
| int | motor_d, | ||
| int | Velocidad | ||
| ) |
| void Task3code | ( | void * | pvParameters | ) |
| void Testing | ( | void | ) |
| WorkingArea haloCalibTest |
| unsigned long t0 |
| unsigned long t1 |
| TaskHandle_t Task3 |
| TMC2209Stepper tmcMotorA |
| TMC2209Stepper tmcMotorB |
| uint16_t waitTime = 10000.0 |