1 Star 7 Fork 6

Becase / OneWire驱动库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 245 Bytes
一键复制 编辑 原始数据 按行查看 历史
Becase 提交于 2020-08-02 21:42 . Initial
target_include_directories(${target} PUBLIC ./)
target_include_directories(${target} PUBLIC dht11)
target_include_directories(${target} PUBLIC ./ds18b20)
target_sources(${target} PUBLIC
./OneWire.c
dht11/dht11.c
ds18b20/ds18b20.c
)
C
1
https://gitee.com/chenxiahuaxu/onewire_driver_library.git
git@gitee.com:chenxiahuaxu/onewire_driver_library.git
chenxiahuaxu
onewire_driver_library
OneWire驱动库
master

搜索帮助