We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a6630 commit 840ba45Copy full SHA for 840ba45
samples/sensor/ccs811/boards/nrf51_ble400.overlay
@@ -5,17 +5,17 @@
5
*/
6
7
&i2c0 {
8
- status = "okay";
9
- sda-pin = <0>;
10
- scl-pin = <1>;
+ status = "okay";
+ sda-pin = <0>;
+ scl-pin = <1>;
11
12
/* Sparkfun Environment Combo uses second I2C address */
13
- ccs811: ccs811@5b {
14
- compatible = "ams,ccs811";
15
- reg = <0x5b>;
16
- label = "CCS811";
17
- irq-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
18
- wake-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
19
- reset-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
20
- };
+ ccs811: ccs811@5b {
+ compatible = "ams,ccs811";
+ reg = <0x5b>;
+ label = "CCS811";
+ irq-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
+ wake-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
+ reset-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
+ };
21
};
0 commit comments