Commit graph

693 commits

Author SHA1 Message Date
jgromes
2ef331ed9c [SX126x] Added public methods to set regulator mode 2020-01-26 15:11:41 +01:00
jgromes
e800a0584c [SX126x] Added missing assertion 2020-01-26 09:06:09 +01:00
jgromes
15532bada1 Advanced version to 3.1.2 2020-01-21 17:48:18 +01:00
jgromes
58640e2801 [SX126x] Added option to read data even after CRC error 2020-01-21 15:29:05 +01:00
jgromes
75335bdff3 [SX126x] Added missing default packet mode in FSK 2020-01-21 14:48:52 +01:00
jgromes
1e2c5c10e1 Advanced version to 3.1.1 2020-01-19 14:11:34 +01:00
jgromes
e890e4f474 [SX126x] Added missing calls to yield 2020-01-19 13:25:25 +01:00
jgromes
b2b0511da3 [CC1101] Added missing calls to yield 2020-01-19 13:25:16 +01:00
jgromes
d892320637 [SX126x] Added option to set LoRa sync word control bits 2020-01-14 18:08:45 +01:00
jgromes
c40f382ed6 Advanced version to 3.1.0 2020-01-13 17:06:00 +01:00
jgromes
204e1c7a0c [nRF24] Added assert macro 2020-01-13 16:37:44 +01:00
jgromes
016fb0d462 [XBee] Added assert macro 2020-01-13 16:37:37 +01:00
jgromes
acd78cb6bb [SX127x] Added assert macro 2020-01-13 16:37:31 +01:00
jgromes
5728bf4124 [SX126x] Added assert macro 2020-01-13 16:37:21 +01:00
jgromes
65e1369697 [SX1231] Added assert macro 2020-01-13 16:37:08 +01:00
jgromes
be701ed120 [RFM9x] Added assert macro 2020-01-13 16:37:01 +01:00
jgromes
751fb6431c [RF69] Added assert macro 2020-01-13 16:36:53 +01:00
jgromes
ba1c483121 [CC1101] Added assert macro 2020-01-13 16:36:44 +01:00
jgromes
2332f2e327 Added assert macro 2020-01-13 16:36:21 +01:00
Jan Gromeš
b000b0e289
Merge pull request #103 from naggie/sx126x_implicit_mode
[SX126x] implicit mode
2020-01-13 15:23:21 +01:00
jgromes
bc31827505 Minor formatting fixes 2020-01-13 15:22:57 +01:00
Callan Bryant
3adff36a1b
add missing type specifiers 2020-01-13 12:17:47 +00:00
Callan Bryant
17e3f47c2f
correct return types 2020-01-13 12:15:58 +00:00
Callan Bryant
e441e101ff
check modem type when header type set 2020-01-13 12:10:04 +00:00
Callan Bryant
3ac63e8c95
remove redundant call to setPacketParams 2020-01-13 09:55:35 +00:00
Callan Bryant
38eb3a4a3c
add implicitHeader/explicitHeader to keywords 2020-01-13 09:51:06 +00:00
Callan Bryant
c331abb7a9
remove outdated comment 2020-01-10 15:34:33 +00:00
Callan Bryant
a4e087daf5
edit getTimeOnAir to support implicit mode 2020-01-10 14:31:21 +00:00
Callan Bryant
8d2c98339f
fix default args, scoping 2020-01-10 14:20:42 +00:00
Callan Bryant
07429986c2
set implicit params with extra SPI call where required 2020-01-10 14:11:28 +00:00
Callan Bryant
870a135b15
make sure _implicitLen is passed where appropriate 2020-01-10 11:54:28 +00:00
Callan Bryant
3bea627df4
switch to recoding implicit length for use JIT 2020-01-10 09:38:49 +00:00
Callan Bryant
b7d97341b4
make header type a required param to setPacketParams 2020-01-09 16:10:43 +00:00
Callan Bryant
51ce45220b
pass len as param to implicitHeader 2020-01-09 16:08:00 +00:00
Callan Bryant
54f058de02
Revert "breaking change to interrupt RX method declaration : len required"
This reverts commit aee59b5bdd.
2020-01-09 16:04:46 +00:00
Callan Bryant
aee59b5bdd
breaking change to interrupt RX method declaration : len required 2020-01-09 15:40:59 +00:00
Callan Bryant
b85e7474b3
specify _headerType with every call to setPacketParams 2020-01-09 15:16:52 +00:00
Callan Bryant
562ed02eab
add missing parameter to setHeaderType 2020-01-09 14:54:15 +00:00
Callan Bryant
28671fb01a
implement explicitHeader/implicitHeader 2020-01-09 14:53:18 +00:00
Callan Bryant
7ab5bf7328
setHeaderType 2020-01-09 14:45:40 +00:00
Callan Bryant
1cce443ef1
define interface for implicit/explicit mode support 2020-01-09 14:37:58 +00:00
Callan Bryant
d0b817adb9
Implement explicit mode support 2020-01-09 14:22:38 +00:00
Jan Gromeš
b8c1a73000
Update README.md 2020-01-07 11:25:07 +01:00
jgromes
814949d183 Fixed incorrect NC macro check 2020-01-06 17:40:13 +01:00
jgromes
946621cabf [CC1101] Fixed macro name in examples 2020-01-06 17:25:11 +01:00
jgromes
e39c804c73 [SX126x] Fixed typo 2020-01-06 17:21:02 +01:00
jgromes
cb5c8d6313 [SX127x] Moved reset to chip detection loop 2020-01-06 17:20:51 +01:00
jgromes
a4eeefada0 [RF69] Moved reset to chip detection loop 2020-01-06 17:20:43 +01:00
jgromes
9da1573df0 Renamed unused pin macro to NC 2020-01-06 17:20:18 +01:00
Jan Gromeš
1b22d4c84e Update issue templates 2020-01-05 18:30:47 +01:00