Add INA226

A high accuracy current and voltage sensor
This commit is contained in:
Tom Fifield 2024-12-15 11:17:53 +11:00 committed by GitHub
parent 59c4596f33
commit 0c8cdc0efa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -536,6 +536,11 @@ enum TelemetrySensorType {
* ClimateGuard RadSens, radiation, Geiger-Muller Tube
*/
RADSENS = 33;
/*
* High accuracy current and voltage
*/
INA226 = 34;
}