Skip to content

Commit 6943bc5

Browse files
author
Zekeriya AY
authoredJul 14, 2021
Update receiver.ino
1 parent 737a0b4 commit 6943bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎receiver.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <nRF24L01.h>
33
#include <RF24.h>
44

5-
RF24 radio(7, 8); //CE VE CSN PİNLERİ
5+
RF24 radio(7, 8); //CE and CSN PIN
66
const byte address[6] = "00001";
77

88
void setup(){

0 commit comments

Comments
 (0)
Please sign in to comment.