mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-28 10:00:24 +00:00
[components][i2c]增加通用的软件模拟 I2C (#7850)
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user