-
Notifications
You must be signed in to change notification settings - Fork 8k
drivers: sensor: omron: add d6f driver #95781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b761418
to
15dabc1
Compare
I forgot to add an offset property. Changing to draft. |
0a50f26
to
714876c
Compare
dts/bindings/vendor-prefixes.txt
Outdated
oki Oki Electric Industry Co., Ltd. | ||
olimex OLIMEX Ltd. | ||
olpc One Laptop Per Child | ||
omron Omron Corporation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nashif please help review this prefix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to OMRON
due to this comment
714876c
to
bfa4932
Compare
bfa4932
to
da052ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Although CI has some failures that need addressed.
da052ab
to
c7b6265
Compare
Add flow rate to `enum sensor_channel` in litres per minute. The SI unit for flow rate is cubic metres per second. Due to a sensor value resolution of 1/100000 this unit is not granular enough for low flow rate sensors. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
c7b6265
to
9dff114
Compare
Add OMRON vendor prefix. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
Add support for Omron D6F mass flow rate sensor series. The sensor series outputs an analogue voltage which is read using an ADC. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
Add Omron D6F to sensor build_all test. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
9dff114
to
a588938
Compare
|
Add support for Omron D6F flow rate sensor series.
The sensor series outputs an analogue voltage which is read using an ADC.
A new sensor channel has been added for flow rate. The unit is litres per minute.
The SI unit for flow rate is cubic metres per second.
Due to a sensor value resolution of 1/100000 this unit is not granular enough for low flow rate sensors.