Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
c55650c2008369d477c38fcfb801961b105c08a1
/
.
/
samples
/
sensor
/
ens210
/
app.overlay
blob: 9540e6789f39e89568a467504103932f8b7416eb [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2018 Alexander Wachter
* SPDX-License-Identifier: Apache-2.0
*/
&
arduino_i2c
{
status
=
"okay"
;
clock
-
frequency
=
<
I2C_BITRATE_FAST
>;
ens210
:
ens210@43
{
compatible
=
"ams,ens210"
;
reg
=
<
0x43
>;
};
};