2 Star 2 Fork 0

ZCAN-IOT/zephyr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
arduino_spi.overlay 381 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*
* Copyright (c) 2020, Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Example configuration of a BME280 device on an Arduino SPI bus. */
&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>;
bme280@0 {
compatible = "bosch,bme280";
reg = <0>;
spi-max-frequency = <1000000>; /* conservatively set to 1MHz */
};
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ZCAN-IOT/zephyr.git
git@gitee.com:ZCAN-IOT/zephyr.git
ZCAN-IOT
zephyr
zephyr
main

搜索帮助