Added
- declare compatibility with
python3.11
- allow parametrization of
spi_max_speed_hz
duringC1101
class instantiation
to solve #128 (@matteo-briani)
Changed
CC1101.transmit
: raiseRuntimeError
instead ofException
when
attempting to transmit in non-idle state
Removed
- compatibility with
python3.5
&python3.6