Releases: nRF24/pyRF24
Releases · nRF24/pyRF24
increase rf24_network.MAX_PAYLOAD_SIZE to 1514 bytes
expose older open*Pipe() functions that take an int address
What's Changed
- Expose old open pipe funcs by @2bndy5 in #12
- Build and distribute binary wheels for desktop Linux platforms.
Full Changelog: v0.2.0...v0.2.1
distributing to pypi
This release is the first available to pypi (remotely accessible via pip). We're using pypa/cibuildwheels to distribute a binary wheel for aarch64 platforms (Linux only). We'll be relying on the piwheels project to build armhf compatible wheels for the 32-bit Raspberry Pi OS.
We're starting with v0.2.0 because v0.1.x was used for alpha testing pypi uploads, and you can't re-use tags on pypi.