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

Don't use RESET_N pin #550

Merged
merged 3 commits into from
Jul 23, 2020
Merged

Don't use RESET_N pin #550

merged 3 commits into from
Jul 23, 2020

Conversation

janakelarsson
Copy link
Contributor

Change comment: Data sheet discourages use of SARA modem reset pin, use may lead to irrecoverable state of modem

Data sheet discourages use of SARA modem reset pin, use may lead to irrecoverable state of modem
@janakelarsson
Copy link
Contributor Author

@aentinger Here is the change we discussed

Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

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

LGTM 👍 Thank you for your contribution, just please perform a rebase first.

pinMode(SARA_RESETN, OUTPUT);
digitalWrite(SARA_RESETN, HIGH);
digitalWrite(SARA_RESETN, LOW);
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @janakelarsson 👋 This line is already in ArduinoCore-samd:master:HEAD - please rebase your commit.

Copy link
Contributor Author

@janakelarsson janakelarsson Jul 23, 2020

Choose a reason for hiding this comment

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

@aentinger Better now (I don't have a local copy of the git archive for that small change so I mistakenly thought the green light meant the PR was OK)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Or do I need to squash the commits?

Copy link
Contributor

Choose a reason for hiding this comment

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

Good now, I'll squash them myself.

@aentinger aentinger merged commit 4544e2e into arduino:master Jul 23, 2020
@janakelarsson janakelarsson deleted the powerpulse branch July 23, 2020 10:06
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.

None yet

2 participants