Illumination support, change core, breaks hw serial

HW serial temporarily broken due to the change in pico core. This core
has a lot more features e.g. easily changing PWM frequency and supports
both pico cores (currently unused)
This commit is contained in:
Filip Ayazi 2022-10-06 23:04:59 +01:00
parent fde7a90480
commit 351e5a6b7a
6 changed files with 102 additions and 20 deletions

View file

@ -13,8 +13,10 @@
}
#define CHECK_END_COMMAND(C) check_end_command(C)
//TODO: temporarily disabled for philhower compatibilty
//extern arduino::UART PiSerial;
#ifdef BOARD_SANGABOARDv5
extern arduino::UART PiSerial;
#endif
struct Command