Hardware UART comms + partial v5 modules support
This commit is contained in:
parent
dfd4a99f1f
commit
fde7a90480
10 changed files with 296 additions and 120 deletions
|
|
@ -13,6 +13,10 @@
|
|||
}
|
||||
#define CHECK_END_COMMAND(C) check_end_command(C)
|
||||
|
||||
#ifdef BOARD_SANGABOARDv5
|
||||
extern arduino::UART PiSerial;
|
||||
#endif
|
||||
|
||||
struct Command
|
||||
{
|
||||
const char * command;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue