Skip to content

keep the raw values in SensorDataItem

Puzzlewolf requested to merge puzzlewolf/rust-card10:keep_raw_data into master
  • parameterize the SensorDataItem with the SensorType
  • change the fields to i16
  • add getters for the converted values

implements #10 (closed)

This changes the Debug represenation of SensorDataItem. I could implement Debug using the getters. @astro What do you think?

Edited by Astro

Merge request reports