mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add MLX90614 non-contact IR temperature sensor.
Mentioned in https://github.com/meshtastic/firmware/issues/4738 as being most appropriate for sensing animal temperature. Also, according to https://www.sparkfun.com/products/retired/14569, a replacement for the apparently retired MLX90632
This commit is contained in:
parent
cd279d19a0
commit
08876d1c25
1 changed files with 7 additions and 0 deletions
|
|
@ -510,6 +510,13 @@ enum TelemetrySensorType {
|
|||
* MAX30102 Pulse Oximeter and Heart-Rate Sensor
|
||||
*/
|
||||
MAX30102 = 30;
|
||||
|
||||
/*
|
||||
* MLX90614 non-contact IR temperature sensor.
|
||||
*/
|
||||
MLX90614 = 31;
|
||||
|
||||
/*
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue