Implement I2C

This commit is contained in:
AlexanderHD27
2025-01-03 19:54:13 +01:00
parent bac01e3a9b
commit aa9d00bf6e
29 changed files with 1467 additions and 419 deletions

View File

@@ -41,7 +41,8 @@ pico_sdk_init()
# Add executable. Default name is the project name, version 0.1
add_executable(i2c-hub-firmware
src/main.cpp
src/main_core0.cpp
src/main_core1.cpp
#src/freeRTOS_impl.c
)