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:
parent
fde7a90480
commit
351e5a6b7a
6 changed files with 102 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue