Skip to content
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

VL53L0X Edits to work with SPI/FSB FW Change Retry #5

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tyler-maidbot
Copy link

VL53L0X Edits to work with SPI/FSB FW Change

@tyler-maidbot tyler-maidbot marked this pull request as ready for review November 19, 2021 18:29
@ketan-maidbot
Copy link

The PR should be merging into main instead of master

@@ -19,7 +19,7 @@ int main() {
const int SENSOR_COUNT = 2;
// GPIO pins to use for sensors' XSHUT. As exported by RPi BCM. BCM is the protocol followed by the
// /sys/class/gpio files that are used for GPIO control here. Run `gpio readall` for the pinout mapping.
const uint8_t pins[SENSOR_COUNT] = { 17, 18 };
// const uint8_t pins[SENSOR_COUNT] = { 17, 18 };

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you comment this out?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NVM I think I know why.

@tyler-maidbot tyler-maidbot changed the base branch from master to main November 22, 2021 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants