Support HW serial in v5, clean up config

This commit is contained in:
Filip Ayazi 2022-10-11 01:00:31 +01:00
parent 351e5a6b7a
commit 0f4e4b5289
7 changed files with 44 additions and 36 deletions

View file

@ -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