Support HW serial in v5, clean up config
This commit is contained in:
parent
351e5a6b7a
commit
0f4e4b5289
7 changed files with 44 additions and 36 deletions
|
|
@ -9,11 +9,10 @@
|
|||
|
||||
#define PWM_NUM 1
|
||||
#define WIRING_PWM_LEDS {25}
|
||||
//TODO: implement some fancier features of TMC controllers
|
||||
|
||||
const uint8_t pwm_led_pins[] = WIRING_PWM_LEDS;
|
||||
void illumination_pwm_freq(String command)
|
||||
{
|
||||
//TODO: make this properly, this is just a test for hacked on/off
|
||||
char * args[1];
|
||||
parse_arguments(args, command, 2);
|
||||
#ifdef MCU_PICO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue