Skip to content

Commit ed53b6c

Browse files
authored
Merge pull request #5746 from espressif/i2c-slave
I2C Slave Implementation
2 parents 2e53300 + b145e65 commit ed53b6c

File tree

8 files changed

+1160
-40
lines changed

8 files changed

+1160
-40
lines changed

Diff for: CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set(CORE_SRCS
77
cores/esp32/esp32-hal-dac.c
88
cores/esp32/esp32-hal-gpio.c
99
cores/esp32/esp32-hal-i2c.c
10+
cores/esp32/esp32-hal-i2c-slave.c
1011
cores/esp32/esp32-hal-ledc.c
1112
cores/esp32/esp32-hal-matrix.c
1213
cores/esp32/esp32-hal-misc.c

0 commit comments

Comments
 (0)