Skip to content

Commit

Permalink
deploy: 39e6f34
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Sep 26, 2023
1 parent 2c627ae commit e4f41e8
Show file tree
Hide file tree
Showing 44 changed files with 33 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
* This example was written to be used on 2 devices acting as "nodes".
* Use the Serial Monitor to change each node's behavior.
*/
#include <SPI.h>
#include "printf.h"

#include "nrf_to_nrf.h"

// instantiate an object for the nRF24L01 transceiver
Expand Down Expand Up @@ -105,7 +104,6 @@ delay(5000);
}

// For debugging info
// printf_begin(); // needed only once for printing details
// radio.printDetails(); // (smaller) function that prints raw register values
// radio.printPrettyDetails(); // (larger) function that prints human readable data
}
Expand Down
2 changes: 0 additions & 2 deletions examples/RF24/GettingStarted/GettingStarted.ino
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
* This example was written to be used on 2 devices acting as "nodes".
* Use the Serial Monitor to change each node's behavior.
*/
#include <SPI.h>
#include "printf.h"
#include "nrf_to_nrf.h"

// instantiate an object for the nRF24L01 transceiver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
* This example was written to be used on 2 devices acting as "nodes".
* Use the Serial Monitor to change each node's behavior.
*/
#include <SPI.h>
#include "printf.h"
#include "nrf_to_nrf.h"

uint8_t myKey[16] = {1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6};
Expand Down
1 change: 0 additions & 1 deletion examples/RF24/scanner/scanner.ino
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
*/

#include "nrf_to_nrf.h"
#include "printf.h"

//
// Hardware configuration
Expand Down
1 change: 0 additions & 1 deletion examples/RF24Ethernet/mqtt_basic/mqtt_basic.ino
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
*/

#include <SPI.h>
#include <nrf_to_nrf.h>
#include <RF24Network.h>
#include <RF24Mesh.h>
Expand Down
3 changes: 0 additions & 3 deletions examples/RF24Mesh/RF24Mesh_Example/RF24Mesh_Example.ino
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
#include "nrf_to_nrf.h"
#include "RF24Network.h"
#include "RF24Mesh.h"
#include <SPI.h>
//#include <printf.h>


/**** Configure the nrf24l01 CE and CS pins ****/
nrf_to_nrf radio;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#include "nrf_to_nrf.h"
#include "RF24Network.h"
#include "RF24Mesh.h"
#include <SPI.h>
//#include <printf.h>

//Set up our encryption key
uint8_t myKey[16] = {1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "nrf_to_nrf.h"
#include "RF24Network.h"
#include "RF24Mesh.h"
#include <SPI.h>

//Set up our encryption key
uint8_t myKey[16] = {1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6};
Expand Down
1 change: 0 additions & 1 deletion examples/RF24Network/helloworld_rx/helloworld_rx.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* Listens for messages from the transmitter and prints them out.
*/

#include <SPI.h>
#include <nrf_to_nrf.h>
#include <RF24Network.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* Listens for messages from the transmitter and prints them out.
*/

#include <SPI.h>
#include <nrf_to_nrf.h>
#include <RF24Network.h>

Expand Down
1 change: 0 additions & 1 deletion examples/RF24Network/helloworld_tx/helloworld_tx.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* Every 2 seconds, send a payload to the receiver node.
*/

#include <SPI.h>
#include <nrf_to_nrf.h>
#include <RF24Network.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* Every 2 seconds, send a payload to the receiver node.
*/

#include <SPI.h>
#include <nrf_to_nrf.h>
#include <RF24Network.h>

Expand Down
2 changes: 1 addition & 1 deletion html/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
2 changes: 1 addition & 1 deletion html/classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
2 changes: 1 addition & 1 deletion html/classnrf__to__nrf-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
2 changes: 1 addition & 1 deletion html/classnrf__to__nrf.html
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a7dcfe5f98793e4b1dc441404
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
2 changes: 1 addition & 1 deletion html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
2 changes: 1 addition & 1 deletion html/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:47 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
<div class="line"><span class="comment"></span> </div>
<div class="line"><span class="comment">*/</span></div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#include &lt;SPI.h&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;<a class="code" href="nrf__to__nrf_8h.html">nrf_to_nrf.h</a>&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;RF24Network.h&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;RF24Mesh.h&gt;</span></div>
Expand Down Expand Up @@ -236,7 +235,7 @@
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="nrf__to__nrf_8h.html">nrf_to_nrf.h</a>&quot;</span></div>
<div class="line"><span class="preprocessor">#include &quot;RF24Network.h&quot;</span></div>
<div class="line"><span class="preprocessor">#include &quot;RF24Mesh.h&quot;</span></div>
<div class="line"><span class="preprocessor">#include &lt;SPI.h&gt;</span></div>
<div class="line"><span class="comment">//#include &lt;printf.h&gt;</span></div>
<div class="line"> </div>
<div class="line"><span class="comment">//Set up our encryption key</span></div>
<div class="line">uint8_t myKey[16] = {1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6};</div>
Expand Down Expand Up @@ -209,7 +207,7 @@
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="nrf__to__nrf_8h.html">nrf_to_nrf.h</a>&quot;</span></div>
<div class="line"><span class="preprocessor">#include &quot;RF24Network.h&quot;</span></div>
<div class="line"><span class="preprocessor">#include &quot;RF24Mesh.h&quot;</span></div>
<div class="line"><span class="preprocessor">#include &lt;SPI.h&gt;</span></div>
<div class="line"><span class="comment">//#include &lt;printf.h&gt;</span></div>
<div class="line"> </div>
<div class="line"> </div>
<div class="line"><span class="comment">/**** Configure the nrf24l01 CE and CS pins ****/</span></div>
<div class="line"><a id="_a0" name="_a0"></a><a class="code hl_class" href="classnrf__to__nrf.html">nrf_to_nrf</a> radio;</div>
Expand Down Expand Up @@ -199,7 +196,7 @@
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="nrf__to__nrf_8h.html">nrf_to_nrf.h</a>&quot;</span></div>
<div class="line"><span class="preprocessor">#include &quot;RF24Network.h&quot;</span></div>
<div class="line"><span class="preprocessor">#include &quot;RF24Mesh.h&quot;</span></div>
<div class="line"><span class="preprocessor">#include &lt;SPI.h&gt;</span></div>
<div class="line"> </div>
<div class="line"><span class="comment">//Set up our encryption key</span></div>
<div class="line">uint8_t myKey[16] = {1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6};</div>
Expand Down Expand Up @@ -186,7 +185,7 @@
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"> </div>
<div class="line"><span class="preprocessor">#include &lt;SPI.h&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;<a class="code" href="nrf__to__nrf_8h.html">nrf_to_nrf.h</a>&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;RF24Network.h&gt;</span></div>
<div class="line"> </div>
Expand Down Expand Up @@ -157,7 +156,7 @@
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"> </div>
<div class="line"><span class="preprocessor">#include &lt;SPI.h&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;<a class="code" href="nrf__to__nrf_8h.html">nrf_to_nrf.h</a>&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;RF24Network.h&gt;</span></div>
<div class="line"> </div>
Expand Down Expand Up @@ -147,7 +146,7 @@
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"> </div>
<div class="line"><span class="preprocessor">#include &lt;SPI.h&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;<a class="code" href="nrf__to__nrf_8h.html">nrf_to_nrf.h</a>&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;RF24Network.h&gt;</span></div>
<div class="line"> </div>
Expand Down Expand Up @@ -165,7 +164,7 @@
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"> </div>
<div class="line"><span class="preprocessor">#include &lt;SPI.h&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;<a class="code" href="nrf__to__nrf_8h.html">nrf_to_nrf.h</a>&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;RF24Network.h&gt;</span></div>
<div class="line"> </div>
Expand Down Expand Up @@ -154,7 +153,7 @@
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@
<div class="line"><span class="comment"> * Author: Brendan Doherty (2bndy5)</span></div>
<div class="line"><span class="comment"> */</span></div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#include &lt;SPI.h&gt;</span></div>
<div class="line"><span class="preprocessor">#include &quot;printf.h&quot;</span></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="nrf__to__nrf_8h.html">nrf_to_nrf.h</a>&quot;</span></div>
<div class="line"> </div>
<div class="line"><span class="comment">// instantiate an object for the nRF24L01 transceiver</span></div>
Expand Down Expand Up @@ -190,7 +188,6 @@
<div class="line"> }</div>
<div class="line"> </div>
<div class="line"> <span class="comment">// For debugging info</span></div>
<div class="line"> <span class="comment">// printf_begin(); // needed only once for printing details</span></div>
<div class="line"> <span class="comment">// radio.printDetails(); // (smaller) function that prints raw register values</span></div>
<div class="line"> <span class="comment">// radio.printPrettyDetails(); // (larger) function that prints human readable data</span></div>
<div class="line">}</div>
Expand Down Expand Up @@ -309,7 +306,7 @@
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@
<div class="line"><span class="comment"> * Author: Brendan Doherty (2bndy5)</span></div>
<div class="line"><span class="comment"> */</span></div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#include &lt;SPI.h&gt;</span></div>
<div class="line"><span class="preprocessor">#include &quot;printf.h&quot;</span></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="nrf__to__nrf_8h.html">nrf_to_nrf.h</a>&quot;</span></div>
<div class="line"> </div>
<div class="line">uint8_t myKey[16] = {1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6};</div>
Expand Down Expand Up @@ -271,7 +269,7 @@
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@
<div class="line"><span class="comment"> * Author: Brendan Doherty (2bndy5)</span></div>
<div class="line"><span class="comment"> */</span></div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#include &lt;SPI.h&gt;</span></div>
<div class="line"><span class="preprocessor">#include &quot;printf.h&quot;</span></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="nrf__to__nrf_8h.html">nrf_to_nrf.h</a>&quot;</span></div>
<div class="line"> </div>
<div class="line"><span class="comment">// instantiate an object for the nRF24L01 transceiver</span></div>
Expand Down Expand Up @@ -255,7 +253,7 @@
</div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 23 2023 12:03:15 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Tue Sep 26 2023 05:49:46 for nrf_to_nrf - NRF52 Radio Driver by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Loading

0 comments on commit e4f41e8

Please sign in to comment.