Commit graph

11 commits

Author SHA1 Message Date
Federico Maggi
e7a7d5fef5 Merge branch 'master' of github.com:rfquack/RadioLib
* 'master' of github.com:rfquack/RadioLib: (135 commits)
  [CC1101] Added bitrate caching.
  [nRF24] Removed ambiguity, PR #119
  [nRF24] Minor fixes
  [nRF24] Added "isCarrierDetected()"
  Bump version to 3.3.1
  [SX127x] Set OOK parameter before setting the bitrate to avoid reading undefined variable
  [Module] Fixed incorrect arguments
  [Module] Fixed interface termination
  [SX1231] Removed old call to SPI end
  [RF69] Removed old call to SPI end
  [CC1101] Removed old call to SPI end
  [CC1101] Removed redundant null terminator
  [nRF24] Removed redundant null terminator
  [RF69] Removed redundant null terminator
  [CC1101] Requested changes PR #114
  [CC1101] Fixed interrupt direction. Tested: CC1101_Receive, CC1101_Receive_Interrupt, CC1101_Transmit, CC1101_Transmit_Interrupt
  [CC1101] Receive up to 255 bytes
  [CC1101] Transmit up to 255 bytes
  [CC1101] Added carrier sense as sync word qualifier
  [CC1101] Update cached len value.
  ...
2020-07-14 10:35:22 +02:00
Federico Maggi
535bce9ac7 Added space 2020-07-14 10:27:47 +02:00
Andrea Guglielmini
c1e4be41b0 [nRF24] Removed ambiguity, PR #119 2020-02-27 20:11:47 +01:00
Andrea Guglielmini
959f8751b0 [nRF24] Minor fixes 2020-02-26 15:55:44 +01:00
Andrea Guglielmini
93981f1fcb [nRF24] Added "isCarrierDetected()" 2020-02-26 15:54:41 +01:00
jgromes
13d7f9364c [nRF24] Added data shaping and encoding dummy methods 2020-02-11 14:28:23 +01:00
jgromes
318de480ab Reworked PhysicalLayer to accept frequency step directly 2020-02-07 18:31:51 +01:00
Andrea Guglielmini
721f3986a7 Fixing changes 2019-11-25 19:07:13 +01:00
Andrea Guglielmini
a82002b56e [nRF24] 2 bytes addrWidth 2019-11-25 16:11:55 +01:00
Andrea Guglielmini
a6106b4e63 [nRF24] Added setCrcFiltering(bool), setAutoAck(bool) 2019-11-25 15:51:40 +01:00
jgromes
915f3780cc Reworked directory structure 2019-11-20 17:19:15 +01:00
Renamed from src/modules/nRF24.h (Browse further)