Commit History

Author SHA1 Message Date
  Fabian Peter Hammerle d3bcfe052b release v2.7.3 3 years ago
  Fabian Peter Hammerle 6922ce120b replace hhk7734/python3-gpiod with direct calls to libgpiod 3 years ago
  Fabian Peter Hammerle 30b26dcdef _wait_for_packet: disable receive mode after reaching timeout 3 years ago
  Fabian Peter Hammerle b11b762d8c add method _wait_for_packet 3 years ago
  Fabian Peter Hammerle ce5fa7f00e refactor: move _TransceiveMode to options module 3 years ago
  Fabian Peter Hammerle c8c4200c90 add method _wait_for_packet 3 years ago
  Fabian Peter Hammerle 19ef71d5f6 add func cc1101._gpio.get_line to prepare for edge detection on GDO pin 3 years ago
  Fabian Peter Hammerle 96e63ffc2b lazy load gpiod to protect our stable API against incompatilibities in hhk7734/python3-gpiod 3 years ago
  Fabian Peter Hammerle 5d5418adaf pipeline: install missing libgpiod 3 years ago
  Fabian Peter Hammerle 9f5e53f4b0 env: further downgrade gpiod in attempt to restore compatibility with python3.5 3 years ago
  Fabian Peter Hammerle d82ae32609 env: downgrade gpiod in attempt to restore compatibility with python3.5 & python3.6 3 years ago
  Fabian Peter Hammerle bdf72b6dca add cc1101._gpio.get_line to prepare for edge detection on GDO pin 3 years ago
  Fabian Peter Hammerle c67897fdae pipeline: authenticate at coveralls.io via GITHUB_TOKEN instead of COVERALLS_REPO_TOKEN to no longer require manual configuration of secret 3 years ago
  Fabian Peter Hammerle 2638b7c9cc release v2.7.2 3 years ago
  Fabian Peter Hammerle ed0dfb0b1e recommend to check wiring & bus selection when receiving chip version 0 3 years ago
  Fabian Peter Hammerle a6bed17c87 dev env: added upper version constraints for astroid & pylint to keep compatibility with python3.5 3 years ago
  dependabot[bot] ddd98a827c Bump mypy from 0.800 to 0.812 3 years ago
  dependabot[bot] 67f2c95cbf Bump pylint from 2.6.0 to 2.6.2 3 years ago
  Fabian Peter Hammerle 126915720f release v2.7.1 3 years ago
  Fabian Peter Hammerle f72c934511 fix: close & unlock SPI device file when error occurs while entering context 3 years ago
  Fabian Peter Hammerle 5aed24c885 added test to verify that exception in context triggers release of flock 3 years ago
  Fabian Peter Hammerle b89519d61e refactor: use `bytes.hex()` 3 years ago
  Fabian Peter Hammerle d5d5817624 added test for CC1101.__str__ 3 years ago
  Fabian Peter Hammerle bd9b03db92 readme: fix typo 3 years ago
  Fabian Peter Hammerle 4414282f12 test against python3.9 3 years ago
  Fabian Peter Hammerle 2f871fcb9e release v2.7.0 3 years ago
  Fabian Peter Hammerle 3345c1b9b1 all commands: added parameter -p/--output-power 3 years ago
  Fabian Peter Hammerle 760808ec73 representations of PATABLE settings: replace "0x0" with "0" for brevity 3 years ago
  Fabian Peter Hammerle 9a7736aaf6 command cc1101-export-config: append values of PATABLE register as comment 3 years ago
  Fabian Peter Hammerle cebeeb5207 rename set/get_output_power_levels to set/get_output_power as a higher patable setting does not necessarily imply a higher output power level (see table 39) 3 years ago