From 90cdb61063b408aa4d8ba0c1e3c36d804f69f61a Mon Sep 17 00:00:00 2001 From: Dien-Nhung Nguyen-Phu Date: Sun, 19 May 2024 16:22:51 +0700 Subject: led: add basic Charlieplexing scan --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 824ee6a..44a2a17 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,8 @@ CH5xx_ble_firmware_library/StdPeriphDriver/CH58x_usb2dev.c \ CH5xx_ble_firmware_library/StdPeriphDriver/CH58x_usb2hostBase.c \ CH5xx_ble_firmware_library/StdPeriphDriver/CH58x_spi1.c \ CH5xx_ble_firmware_library/RVMSIS/core_riscv.c \ -src/main.c +src/main.c \ +src/leddrv.c # ASM sources -- cgit v1.2.3