Serial refactor (#11521)

This commit is contained in:
Ryan
2021-02-06 09:20:48 +11:00
committed by GitHub
parent 464eb7137d
commit 5ea92a9c1c
58 changed files with 162 additions and 562 deletions

View File

@@ -28,8 +28,8 @@ NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
UNICODE_ENABLE = YES # Unicode
# BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID
USB = /dev/ttyACM0
# project specific files
SRC += matrix.c \
i2c.c \
ssd1306.c
ssd1306.c \
serial_uart.c