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

v1.3.1 #20

Merged
merged 10 commits into from
Jan 24, 2023
Merged

v1.3.1 #20

merged 10 commits into from
Jan 24, 2023

Conversation

PaulZC
Copy link
Contributor

@PaulZC PaulZC commented Jan 24, 2023

This release:

  • Makes Serial the default debug port on all boards except SAMD21. The change covers the nRF52 series (as submitted by @HAO156 in Update SparkFun_ATECCX08a_Arduino_Library.h #17 - thank you Michael)
  • Adds the sleep method submitted by @ajit1433 added sleep command #12 - thank you
  • Fixes some unused variables warnings-as-errors
  • Changes boolean (deprecated) to bool
  • Makes better use of endTransmission, returning a bool to indicate success/failure

ajit1433 and others added 10 commits July 30, 2021 23:30
  * When requesting huge amount of RNG data, putting device in sleep/wake cycle updates the RNG seed [RNG seed is internally updated at every sleep/wake cycle and power-on event]
I want to use SparkFun_ATECCX08a on NRF52 series boards, hoping to increase compatibility. 
Any replies are very much appreciated.
Update SparkFun_ATECCX08a_Arduino_Library.h
@PaulZC PaulZC linked an issue Jan 24, 2023 that may be closed by this pull request
@PaulZC PaulZC merged commit 71c6c3c into master Jan 24, 2023
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.

It won't compile until changing SamD21 boards serial port
3 participants