kopia lustrzana https://github.com/meshtastic/protobufs
Merge pull request #206 from lewisxhe/master
Add 3-axis magnetic force and 6-axis inertial sensor enumpull/207/head
commit
636212824a
|
@ -140,4 +140,15 @@ enum TelemetrySensorType {
|
|||
* High accuracy pressure
|
||||
*/
|
||||
LPS22 = 8;
|
||||
|
||||
/*
|
||||
* 3-Axis magnetic sensor
|
||||
*/
|
||||
QMC6310 = 9;
|
||||
|
||||
/*
|
||||
* 6-Axis inertial measurement sensor
|
||||
*/
|
||||
QMI8658 = 10;
|
||||
|
||||
};
|
||||
|
|
Ładowanie…
Reference in New Issue