Skip to content

spi max speed

Latest
Compare
Choose a tag to compare
@fphammerle fphammerle released this 04 May 07:41
· 65 commits to master since this release
v3.0.0
1aab767

Added

  • declare compatibility with python3.11
  • allow parametrization of spi_max_speed_hz during C1101 class instantiation
    to solve #128 (@matteo-briani)

Changed

  • CC1101.transmit: raise RuntimeError instead of Exception when
    attempting to transmit in non-idle state

Removed

  • compatibility with python3.5 & python3.6