Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

0.3.1

Latest
Compare
Choose a tag to compare
@MrHaroldA MrHaroldA released this 09 Feb 11:04
· 9 commits to master since this release

Yet another API break, but a simple one: the data received and sent to the MS-3 is now a byte instead of an array of bytes. The library will automatically split values above 127 into 2 bytes sent to the MS3, but you are still required to provide the data length, as some parameters need the extra padding like the patch change.

The second minor break is that MS3.begin() does not halt your sketch but returns if it succeeded.

All examples are updates to reflect these changes, so check that if you're not sure how to implement them.