Refactor light sensor

This commit is contained in:
2020-07-03 18:34:39 +02:00
parent 29e4c62e6e
commit 5a26169539
4 changed files with 52 additions and 23 deletions

View File

@@ -74,7 +74,8 @@ Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c
# C++ sources
CXX_SOURCES = \
Src/main.cpp \
Src/uart_vcp.cpp
Src/uart_vcp.cpp \
Src/light_sensors.cpp
# ASM sources
ASM_SOURCES = \