Function parse_aranet2_reading

Source
pub fn parse_aranet2_reading(data: &[u8]) -> Result<CurrentReading>
Expand description

Parse Aranet2 current readings from GATT characteristic (f0cd3003).

Delegates to CurrentReading::from_bytes_aranet2.