Skip to content

Version 0.1.7

Compare
Choose a tag to compare
@Gadgetoid Gadgetoid released this 14 May 17:24
· 2073 commits to main since this release
66a5ab1
  • Fixes class constructors for various breakouts so that they can accept sda/scl pins for Breakout Garden or other I2C configurations, eg:
pot = BreakoutPotentiometer(sda=4, scl=5)
enc = BreakoutEncoder(sda=4, scl=5)

Built against MicroPython release v1.15 - https://github.com/micropython/micropython/releases/tag/v1.15

Supported Breakouts