Histórico de Commits

Autor SHA1 Mensagem Data
  Fabian Peter Hammerle 4e1d3ec4a5 drop compatibility with python3.5; test against python3.10 há 2 anos atrás
  Fabian Peter Hammerle 48e30cbe84 refactor _wait_for_packet & wait_for_rising_edge: specify timeout as datetime.timedelta instead of int há 3 anos atrás
  Fabian Peter Hammerle 6922ce120b replace hhk7734/python3-gpiod with direct calls to libgpiod há 3 anos atrás
  Fabian Peter Hammerle 30b26dcdef _wait_for_packet: disable receive mode after reaching timeout há 3 anos atrás
  Fabian Peter Hammerle b11b762d8c add method _wait_for_packet há 3 anos atrás
  Fabian Peter Hammerle ce5fa7f00e refactor: move _TransceiveMode to options module há 3 anos atrás
  Fabian Peter Hammerle c8c4200c90 add method _wait_for_packet há 3 anos atrás
  Fabian Peter Hammerle bdf72b6dca add cc1101._gpio.get_line to prepare for edge detection on GDO pin há 3 anos atrás
  Fabian Peter Hammerle ed0dfb0b1e recommend to check wiring & bus selection when receiving chip version 0 há 3 anos atrás
  Fabian Peter Hammerle f72c934511 fix: close & unlock SPI device file when error occurs while entering context há 3 anos atrás
  Fabian Peter Hammerle b89519d61e refactor: use `bytes.hex()` há 3 anos atrás
  Fabian Peter Hammerle 760808ec73 representations of PATABLE settings: replace "0x0" with "0" for brevity há 3 anos atrás
  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) há 3 anos atrás
  Fabian Peter Hammerle b8822f9497 added method set_output_power_levels há 3 anos atrás
  Fabian Peter Hammerle a6d73ebb68 added method get_output_power_levels há 3 anos atrás
  Fabian Peter Hammerle f1da47d36b added method _get_power_amplifier_setting_index há 3 anos atrás
  Fabian Peter Hammerle e17e2a00f8 added method _set_patable há 3 anos atrás
  Fabian Peter Hammerle 19e9186172 added method _get_patable há 3 anos atrás
  Fabian Peter Hammerle 80fc38281e document GDO0 há 3 anos atrás
  Fabian Peter Hammerle fbdcc5bcc9 increase test coverage of context manager há 3 anos atrás
  Fabian Peter Hammerle e135b455da refactor: move some tests from test_config.py to config/test_0x10_mdmcfg4.py há 3 anos atrás
  Fabian Peter Hammerle 921eedbcc4 fix typo in package descriptions há 3 anos atrás
  Fabian Peter Hammerle feca9fb7fb fix default config & _set_power_amplifier_setting_index: no longer set FREND0.LODIV_BUF_CURRENT_TX to 0 (cc1101's default: 1) há 3 anos atrás
  Fabian Peter Hammerle 79dd977bcb fix _set_modulation_format há 3 anos atrás
  Fabian Peter Hammerle 283dc66a0d private class _ReceivePacket: rename attribute `data` to `payload` to match argument of `transmit` method há 3 anos atrás
  Fabian Peter Hammerle 91b19abd96 warn when selecting frequency below supported range há 3 anos atrás
  Fabian Peter Hammerle 067b4ff01d support chip version 0x04 há 3 anos atrás
  Fabian Peter Hammerle 2d2c1ebaba added method `.unlock_spi_device` to release the lock manually há 3 anos atrás
  Fabian Peter Hammerle b41be144dc constructor: added option `lock_spi_device` to set a `flock` on the selected spi device há 3 anos atrás
  Fabian Peter Hammerle 0a431e49ea refactor: split ._verify_chip from .__enter__ há 3 anos atrás