mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #206 from lewisxhe/master
Add 3-axis magnetic force and 6-axis inertial sensor enum
This commit is contained in:
commit
636212824a
1 changed files with 11 additions and 0 deletions
|
|
@ -140,4 +140,15 @@ enum TelemetrySensorType {
|
|||
* High accuracy pressure
|
||||
*/
|
||||
LPS22 = 8;
|
||||
|
||||
/*
|
||||
* 3-Axis magnetic sensor
|
||||
*/
|
||||
QMC6310 = 9;
|
||||
|
||||
/*
|
||||
* 6-Axis inertial measurement sensor
|
||||
*/
|
||||
QMI8658 = 10;
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue