Commit graph

1745 commits

Author SHA1 Message Date
jgromes
77689e81e0 [PHY] Fixed known binary receive length 2021-11-21 21:16:23 +01:00
jgromes
f8bdbae73a Fixed RadioShield definition 2021-11-16 10:22:10 +01:00
jgromes
88c1078ac7 Added missing static macro guards (#407) 2021-11-16 10:06:27 +01:00
jgromes
ffda180513 Fixed incorrect macro guards 2021-11-16 10:05:58 +01:00
jgromes
01f98e4d4c Fixed digitalRead for Arduino Zero CI_BUILD_ALL 2021-11-14 14:13:50 +01:00
jgromes
9d5a66573e Indentation fix CI_BUILD_ALL 2021-11-14 14:03:32 +01:00
Jan Gromeš
1603e877f4
Merge pull request #406 from jgromes/hal
Hal
2021-11-14 13:49:34 +01:00
jgromes
03126f79d3 [SX127x] Update macro names 2021-11-14 13:00:34 +01:00
jgromes
22ae7dfd9b [RF69] Update macro names 2021-11-14 13:00:28 +01:00
jgromes
5d712f0bda Merge remote-tracking branch 'origin/master' into hal 2021-11-14 12:55:22 +01:00
Jan Gromeš
70b6166e15
Merge pull request #401 from cpainchaud/master
RF69 and SX127X new functions
2021-11-14 12:52:15 +01:00
jgromes
4eeab0f55d Updated readme 2021-11-14 12:49:17 +01:00
jgromes
8deec71b6f Use Arduino tone/noTone 2021-11-14 12:36:00 +01:00
jgromes
ebd9cb4147 Renamed callback build macros 2021-11-14 12:35:45 +01:00
jgromes
53d7a6a577 [AX.25] Fixed macro names 2021-11-14 12:28:05 +01:00
jgromes
e2cedd1fbe Removed unused keywords CI_BUILD_ALL 2021-11-14 11:50:44 +01:00
jgromes
5b1c793563 Added custom Arduino API arg macros 2021-11-14 11:48:51 +01:00
jgromes
9e9a65e19e Added missing macro guard 2021-11-14 11:47:33 +01:00
jgromes
f233dbffcb Update to 5.0.0 2021-11-14 11:43:43 +01:00
jgromes
a6d901d577 [LLCC68] Update to 5.0.0 2021-11-14 11:43:32 +01:00
jgromes
8e134a7980 [RFM9x] Update to 5.0.0 2021-11-14 11:43:25 +01:00
jgromes
a229912789 [nRF24] Update to 5.0.0 2021-11-14 11:43:17 +01:00
jgromes
eb9903f183 [Si443x] Update to 5.0.0 2021-11-14 11:42:52 +01:00
jgromes
1126e64587 [SX128x] Update to 5.0.0 2021-11-14 11:42:36 +01:00
jgromes
8c7b8a1b63 [SX127x] Update to 5.0.0 2021-11-14 11:42:12 +01:00
jgromes
6f744a8f13 [SX126x] Update to 5.0.0 2021-11-14 11:41:53 +01:00
jgromes
bd5d824d73 [SX1231] Update to 5.0.0 2021-11-14 11:41:27 +01:00
jgromes
9504bc24ab [SSTV] Update to 5.0.0 2021-11-14 11:41:09 +01:00
jgromes
7f3ef0bff5 [RTTY] Update to 5.0.0 2021-11-14 11:40:52 +01:00
jgromes
008187b0b1 [RF69] Update to 5.0.0 2021-11-14 11:40:31 +01:00
jgromes
e775bfc22e [PHY] Update to 5.0.0 2021-11-14 11:40:06 +01:00
jgromes
d0670fd997 [Morse] Update to 5.0.0 2021-11-14 11:39:51 +01:00
jgromes
d7701c3ec7 [Hell] Update to 5.0.0 2021-11-14 11:39:33 +01:00
jgromes
727e4b4703 [FSK4] Update to 5.0.0 2021-11-14 11:39:17 +01:00
jgromes
e82049587b [CC1101] Update to 5.0.0 2021-11-14 11:38:31 +01:00
jgromes
ba1568669f [AX25] Update to 5.0.0 2021-11-14 11:38:05 +01:00
jgromes
fbdb3eb6a2 [AFSK] Update to 5.0.0 2021-11-14 11:37:49 +01:00
jgromes
70d86f7eb6 Updated macro names 2021-11-14 11:36:06 +01:00
jgromes
10ec10d233 Removerd reference to UART 2021-11-14 11:35:32 +01:00
jgromes
c6eb3ee94f Removed reference to AT commands 2021-11-14 11:34:13 +01:00
jgromes
8111bc058f Added HAL 2021-11-14 11:33:35 +01:00
jgromes
0d9718a603 Dropped support for ESP8266, HC05, JDY08, HTTP and MQTT 2021-11-14 11:29:51 +01:00
Christophe Painchaud
964ee86b3e indentation fix 2021-11-09 09:07:52 +01:00
Christophe Painchaud
7ddf0f81ce SX127X enable/disable BitSync 2021-11-09 09:07:52 +01:00
Christophe Painchaud
29778e0e1d missing keywords 2021-11-09 09:07:52 +01:00
Christophe Painchaud
0c3b0b32db new RF69::enableContinuousModeBitSync() 2021-11-09 09:07:52 +01:00
Christophe Painchaud
d47c30b18d new RF69::setOokFixedThreshold 2021-11-09 09:07:52 +01:00
Christophe Painchaud
0eb5578e22 doc comment fix 2021-11-09 09:07:52 +01:00
Christophe Painchaud
50055ee52d new RF69::setOokFixedThreshold() 2021-11-09 09:07:52 +01:00
jgromes
5c538f31ea [AX.25] Fixed command/response bit 2021-11-08 17:45:12 +01:00