Working encoder detection.

This commit is contained in:
Pete Johanson
2020-07-21 13:16:15 -04:00
parent b6b982fcef
commit 7da9a1039f
2 changed files with 14 additions and 3 deletions

View File

@@ -39,6 +39,8 @@ void encoder_change(struct device *dev, struct sensor_trigger *trigger)
LOG_DBG("Failed to get the sample for EC11 %d", err);
return;
}
LOG_DBG("val1 %d val2 %d", value.val1, value.val2);
}
void init_sensor()