We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737a0b4 commit 6943bc5Copy full SHA for 6943bc5
receiver.ino
@@ -2,7 +2,7 @@
2
#include <nRF24L01.h>
3
#include <RF24.h>
4
5
-RF24 radio(7, 8); //CE VE CSN PİNLERİ
+RF24 radio(7, 8); //CE and CSN PIN
6
const byte address[6] = "00001";
7
8
void setup(){
0 commit comments