Skip to content

Version 1.3.1

Latest
Compare
Choose a tag to compare
@PaulZC PaulZC released this 24 Jan 08:19
71c6c3c

This release:

  • Makes Serial the default debug port on all boards except SAMD21. The change covers the nRF52 series (as submitted by @HAO156 in #17 - thank you Michael)
  • Adds the sleep method submitted by @ajit1433 #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