
add_library(INA219 STATIC 
"INA219.c"
"INA219.h"
)

target_include_directories(INA219 PUBLIC ./)