Thank you for the reply!Wouldn't you want those to be different values?Code:
uint slice_numLED = 0;uint slice_numSTEP = 0;
It's just initialization values to make the compiler happy. The actual number are set in the main() by these lines:
Code:
slice_numLED = pwm_gpio_to_slice_num(LED_PIN); slice_numSTEP = pwm_gpio_to_slice_num(STEP_PIN);
Statistics: Posted by JustFunnyUsername — Mon Jun 03, 2024 11:34 pm