Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4f8c952c4ac105606082fa528e61ea08ae20db79
/
.
/
samples
/
sensor
/
ams_iAQcore
/
iaq_core.overlay
blob: 28c1f453637b04dfd9d900dfca5ffd948837a74c [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2018 Alexander Wachter
* SPDX-License-Identifier: Apache-2.0
*/
&
arduino_i2c
{
status
=
"okay"
;
clock
-
frequency
=
<
I2C_BITRATE_STANDARD
>;
iaqcore
:
iaqcore@5a
{
compatible
=
"ams,iaqcore"
;
reg
=
<
0x5a
>;
};
};