add Serial var to Adafruit Matrix Portal M4

This commit is contained in:
ardnew
2021-06-26 18:21:57 -05:00
parent c3032660c9
commit 025f2fe7e4
@@ -9,6 +9,7 @@ import (
// UART on the MatrixPortal M4
var (
Serial = UART1
UART1 = &_UART1
_UART1 = UART{
Buffer: NewRingBuffer(),