RGB LED indications for RNode NG

This commit is contained in:
Mark Qvist
2022-06-11 16:42:49 +02:00
parent bc57f695e1
commit 8307b3c0d1
4 changed files with 261 additions and 94 deletions

View File

@@ -24,6 +24,8 @@
#include <SPI.h>
#include "Utilities.h"
FIFOBuffer serialFIFO;
uint8_t serialBuffer[CONFIG_UART_BUFFER_SIZE+1];