[components][i2c]增加通用的软件模拟 I2C (#7850)

This commit is contained in:
sp-cai
2023-10-17 23:24:32 +08:00
committed by GitHub
parent 33fe6b320d
commit 7f6f086601
3 changed files with 465 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ i2c_dev.c
if GetDepend('RT_USING_I2C_BITOPS'):
src = src + ['i2c-bit-ops.c']
if GetDepend('RT_USING_SOFT_I2C'):
src = src + ['soft_i2c.c']
# The set of source files associated with this SConscript file.
path = [cwd + '/../include']