added I2C code

This commit is contained in:
2021-04-01 11:06:04 +02:00
parent 8f3b0eccdb
commit 7a3190e5b6
6 changed files with 324 additions and 0 deletions

8
linux/i2c/CMakeLists.txt Normal file
View File

@ -0,0 +1,8 @@
target_sources(${TARGET_NAME} PUBLIC
I2cComIF.cpp
I2cCookie.cpp
)