Wykres commitów

1334 Commity (dec9cb0cfba73f3ef57a92f90cb945fbf3dea50c)

Autor SHA1 Wiadomość Data
Jan Gromeš dec9cb0cfb
Merge pull request #274 from cpainchaud/master
some missing functions for OOK support in SX127X and RF69
2021-03-25 15:57:55 +01:00
Christophe Painchaud 3e1088f34a styles and syntax changes 2021-03-25 13:39:44 +01:00
Christophe Painchaud 7b6f1d075a added RF69::setOokThresholdType 2021-03-24 18:05:32 +01:00
Christophe Painchaud 97cdce7b64 added RF69::setLnaTestBoost 2021-03-24 16:42:33 +01:00
Christophe Painchaud fc3a4a8175 doc fix 2021-03-24 08:53:51 +01:00
Christophe Painchaud b9e897409e SX1278::getRSSI() modified for OOK so it wont require an activation 2021-03-19 23:29:59 +01:00
Christophe Painchaud f049a4bc98 SX127x::setOokPeakThresholdDecrement 2021-03-18 22:21:04 +01:00
Christophe Painchaud 17a2979062 ignore jetbrain .idea 2021-03-18 20:57:03 +01:00
Christophe Painchaud 8a13d1a395 SX1278::setGain() added support for FSK_OOK modes 2021-03-18 20:57:03 +01:00
Christophe Painchaud f4fac4c09e SX127x::setOokFixedOrFloorThreshold 2021-03-18 18:46:29 +01:00
Christophe Painchaud 2a01f0785e SX1278::setOokThresholdType() 2021-03-18 18:46:21 +01:00
Christophe Painchaud b1c98569ea RF69::setOOK 2021-03-16 15:38:40 +01:00
jgromes be1471c32a [SX127x] Fixed shaping in OOK (#268) 2021-03-14 21:50:42 +01:00
jgromes 519b34d309 [SX127x] Added FSK CRC mode configuration (#266) 2021-03-14 16:07:44 +01:00
jgromes fea986fcf4 Bump version to 4.3.0 2021-03-13 20:11:33 +01:00
jgromes 7b00ed11e6 [nRF24] Added low-level access macro 2021-03-13 19:58:07 +01:00
jgromes 01f1122823 [XBee] Added low-level access macro 2021-03-13 19:58:01 +01:00
jgromes aac11097b2 [Si443x] Added low-level access macro 2021-03-13 19:57:55 +01:00
jgromes e9f1f940a2 [SX128x] Added low-level access macro 2021-03-13 19:57:44 +01:00
jgromes 4342be8386 [SX126x] Added low-level access macro 2021-03-13 19:57:38 +01:00
jgromes 1a721b3daf [SX1231] Added low-level access macro 2021-03-13 19:57:29 +01:00
jgromes b94d4ade1e [RFM9x] Added low-level access macro 2021-03-13 19:57:22 +01:00
jgromes 79296af398 [RF69] Added low-level access macro 2021-03-13 19:57:11 +01:00
jgromes 49c082bfd0 [ESP8266] Added low-level access macro 2021-03-13 19:57:04 +01:00
jgromes 2500534317 [CC1101] Added low-level access macro 2021-03-13 19:56:58 +01:00
jgromes 1b289f2bae [SX127x] Added low-level access macro 2021-03-13 19:32:15 +01:00
jgromes cb81709d93 Added low-level access macro 2021-03-13 19:31:57 +01:00
jgromes 1903cfa898 Updated ifndef 2021-03-13 19:06:04 +01:00
jgromes d3e492ea90 Merge branch 'master' of https://github.com/jgromes/RadioLib 2021-03-13 19:05:39 +01:00
jgromes 07f8eb0512 [SX127x] Added note about FSK transmitter (#264) 2021-03-13 19:04:30 +01:00
Jan Gromeš 72b6d83f98
Merge pull request #261 from marcinczeczko/sx1278_invertiq
[SX1278] Added method to control InvertIQ
2021-03-03 15:18:23 +01:00
Marcin Czeczko 27998f3e3c
Move invertIQ to the 127x. Aligned with latest datasheet 2021-03-03 14:52:46 +01:00
Marcin Czeczko 6fdf3feef7
[SX1278] Added method to control InvertIQ 2021-03-03 13:01:15 +01:00
jgromes 1bceb90d42 Fixed conflicting macro name 2021-03-02 11:19:04 +01:00
jgromes ef7a8b6e0f Added build macro option to disable range checks 2021-02-21 16:56:19 +01:00
jgromes 0cdd49ca11 [SX127x] Implemented implicit LoRa header (#181) 2021-02-21 16:54:38 +01:00
jgromes 50fecff60d [RF69[ Fixed method description 2021-02-21 16:53:14 +01:00
jgromes d85dd1f8fd Added note about SPI slowdown 2021-02-21 16:36:05 +01:00
jgromes 0d3435c595 [RFM9x] Fixed frequency setting not saved (#253) 2021-02-18 18:48:09 +01:00
jgromes f16f8e43f4 [RFM9x] Fixed frequency setting not saved (#253) 2021-02-18 18:48:01 +01:00
jgromes 3205bd1c72 [nRF24] Fixed missing pinMode for IRQ (#252) 2021-02-15 20:48:22 +01:00
jgromes 9c73e9b2d7 [RFM9x] Swap frequency and bandwidth config in LoRa begin (#251) 2021-02-13 18:14:12 +01:00
jgromes 1e47f8bca3 [SX127x] Swap frequency and bandwidth config in LoRa begin (#251) 2021-02-13 18:14:07 +01:00
jgromes 7ecd56d2ca [PHY] Disable shaping in startDirect 2021-02-13 17:43:28 +01:00
jgromes 0a44fa065d [SSTV] Use startDirect from PHY 2021-02-13 17:43:10 +01:00
jgromes 0c497c39a7 [RTTY] Use startDirect from PHY 2021-02-13 17:43:05 +01:00
jgromes 8a293cbaab [Morse] Use startDirect from PHY 2021-02-13 17:42:55 +01:00
jgromes 98970be860 [Hell] Use startDirect from PHY 2021-02-13 17:42:49 +01:00
jgromes e4e540a390 [AX25] Use startDirect from PHY 2021-02-13 17:42:42 +01:00
jgromes 4c96b7b7ae [Si443x] Added -1 as alias for lowest supported frequency deviation 2021-02-13 17:42:13 +01:00