now using BSP_GPIO

This commit is contained in:
2024-05-18 02:10:29 +02:00
parent 2d903dcf11
commit 467d7c4de9
4 changed files with 108 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ add_library(BSP STATIC
BSP_EE24.c
BSP_INA.c
BSP_POWER.c
BSP_GPIO.c
)
target_include_directories(BSP PUBLIC ./)