BSP+Drivers for EE24+INA

This commit is contained in:
2024-02-24 19:24:00 +01:00
parent 26022126e1
commit af18558f1a
18 changed files with 728 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
add_library(INA219 STATIC
"INA219.c"
"INA219.h"
)
target_include_directories(INA219 PUBLIC ./)