zephyr/samples/sensor/sht3xd/nrf51_ble400.overlay

15 lines
256 B
Plaintext
Raw Normal View History

/*
* Copyright (c) 2018 Peter Bigot Consulting, LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
&i2c0 {
sht3xd: sht3xd@44 {
compatible = "sensirion,sht3xd";
reg = <0x44>;
label = "SHT3XD";
alert-gpios = <&gpio0 2 GPIO_INT_ACTIVE_HIGH>;
};
};