Skip to content

Commit 9cff7d2

Browse files
author
Zekeriya AY
authored
Update and rename verici.ino to transmitter.ino
1 parent 6943bc5 commit 9cff7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verici.ino renamed to transmitter.ino

Lines changed: 1 addition & 1 deletion
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)