File size: 203 Bytes
a2a15a2
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
10 REM "Simple rf24 writer"
100 REM "open the radio pipe for write "
110 OPEN &8, "radi1", 1
200 REM "send a message"
210 FOR I
220 A$="radio "
230 A$(7)=STR(I)
240 PRINT &8, A$
250 DELAY 1000
260 NEXT