mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #592 from meshtastic/fifieldt-patch-1
Add MLX90614 non-contact IR temperature sensor.
This commit is contained in:
commit
b419706693
1 changed files with 5 additions and 0 deletions
|
|
@ -510,6 +510,11 @@ 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