You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Found I could create a hang condition on startup with some code.
a: Now power up the radio on begin() to simplify things
b: Increase delay to 5ms for powerUp, although it should only take 2ms
tops, this prevents the hanging condition.
Copy file name to clipboardExpand all lines: RF24.h
+2-1
Original file line number
Diff line number
Diff line change
@@ -996,6 +996,7 @@ class RF24
996
996
* - Changes to read() functionality have increased reliability and response
997
997
* - Extended timeout periods have been added to aid in noisy or otherwise unreliable environments
998
998
* - Delays have been removed where possible to ensure maximum efficiency
999
+
* - Untested: Arduino Due and ATTiny 84/85 support: Do NOT #include <SPI.h> with ATTiny.
999
1000
* - More! See the links below and class documentation for more info.
1000
1001
*
1001
1002
* If issues are discovered with the documentation, please report them here: <a href="https://github.com/TMRh20/tmrh20.github.io/issues"> here</a>
0 commit comments