Skip to content

Releases: 2bndy5/CircuitPython-mocks

fix compatibility with older python versions

15 Sep 19:41
374de20
Compare
Choose a tag to compare

What's Changed

  • Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 in the actions group by @dependabot in #15 and #16
  • Fix compatibility with older Python versions by @sworisbreathing in #18
  • add tests for older python versions in CI by @2bndy5 in #19

New Contributors

Full Changelog: v0.3.0...v0.3.1

complete `UART`/`I2C` mocks and transform fixture

07 Aug 16:38
fb5af43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

Implement busio singletons and add more mock pins

06 Aug 03:43
0e37ada
Compare
Choose a tag to compare

What's Changed

  • fix msg in assertion error for busio.SPI.write_readinto() by @2bndy5 in #3
  • improve board mock and implement busio singletons by @2bndy5 in #7

Full Changelog: v0.1.0...v0.2.0

Initial Release

04 Aug 12:38
fb2ea21
Compare
Choose a tag to compare

What's Changed

  • initial support for SPI, I2C, UART, and DigitalInOut classes
  • begin docs by @2bndy5 in #1
  • add CI workflows by @2bndy5 in #2

Full Changelog: https://github.com/2bndy5/CircuitPython-mocks/commits/v0.1.0