-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of VL53L1X sensor including sample and documentation #1923
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the addition, some feedback regarding our pattern especially for I2cDevice and GpioController. Plus some comments to simplify the methods
Removed gpiocontroller from vl53l1x class Passing I2cdevice to constructor Switched from functions to properties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot, looks great! Now it's about using UnitsNet for the distances so anyone can use their preferred one fully transparently. You'll find plenty of examples in the repo. And it's very straightforward to add.
Small code cosmetics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot, looks really good! Approving as even without the few comments, it's good from my side. I let someone else to have a look as well
/azp run dotnet.iot |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run dotnet.iot |
Azure Pipelines successfully started running 1 pipeline(s). |
null
Microsoft Reviewers: Open in CodeFlow