mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add INA226
A high accuracy current and voltage sensor
This commit is contained in:
parent
59c4596f33
commit
0c8cdc0efa
1 changed files with 5 additions and 0 deletions
|
|
@ -536,6 +536,11 @@ enum TelemetrySensorType {
|
|||
* ClimateGuard RadSens, radiation, Geiger-Muller Tube
|
||||
*/
|
||||
RADSENS = 33;
|
||||
|
||||
/*
|
||||
* High accuracy current and voltage
|
||||
*/
|
||||
INA226 = 34;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue