Commit graph

19 commits

Author SHA1 Message Date
jgromes
3bbe84a899 [nRF24] Added Module overrides for all Arduino core functions 2020-08-01 16:35:11 +02:00
jgromes
92c19da058 [nRF24] Changed shaping datatype to uint8_t 2020-07-06 08:53:29 +02:00
jgromes
bd559b57f1 [nRF24] Added explicit default param config 2020-07-04 11:24:46 +02:00
jgromes
0e120a760a [nRF24] Reworked driver exclusion 2020-06-30 10:44:41 +02:00
jgromes
e6caf3fc37 [nRF24] Added interface argument to Module::term 2020-05-17 20:27:51 +02:00
jgromes
3aae02e4ea [nRF24] Added digital pin to interrupt macro 2020-05-11 20:33:02 +02:00
jgromes
6a4fdd9a92 [nRF24] Added missing calls to yield 2020-04-01 14:02:06 +02:00
jgromes
d58a4c008e [nRF24] Using range check macro 2020-03-30 19:27:17 +02:00
Callan Bryant
6c99486343
Swap delayMicroseconds() to delay where appropriate
See https://github.com/jgromes/RadioLib/issues/126 for context.
2020-03-16 12:12:06 +00:00
Andrea Guglielmini
ff7831655b [nRF24] Minor fixes 2020-02-26 16:03:06 +01:00
Andrea Guglielmini
d1586449f4 [nRF24] Added "isCarrierDetected()" 2020-02-26 16:02:54 +01:00
jgromes
99a5a7d1e4 [nRF24] Removed redundant null terminator 2020-02-18 07:35: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
jgromes
204e1c7a0c [nRF24] Added assert macro 2020-01-13 16:37:44 +01:00
jgromes
05b300408b [nRF24] Changed pin mapping 2019-12-27 13:17:34 +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.cpp (Browse further)