refactor(sensors): ec11 rotation sensor value in degrees.

* Add new `steps` property to the `aips,ec11` binding, to make
  the driver properly report degrees in the rotation delta channel.
* Handle old sensor values in sensor rotate behavior.
This commit is contained in:
Peter Johanson
2021-12-02 15:07:29 +00:00
committed by Pete Johanson
parent 2244bd3d81
commit 295ed83409
6 changed files with 38 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ struct ec11_config {
const struct gpio_dt_spec a;
const struct gpio_dt_spec b;
const uint16_t steps;
const uint8_t resolution;
};