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:
Tom Fifield 2024-10-03 16:25:33 +08:00 committed by GitHub
parent cd279d19a0
commit 08876d1c25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -510,6 +510,13 @@ enum TelemetrySensorType {
* MAX30102 Pulse Oximeter and Heart-Rate Sensor
*/
MAX30102 = 30;
/*
* MLX90614 non-contact IR temperature sensor.
*/
MLX90614 = 31;
/*
}
/*