LowPowerLab Forum

Hardware support => General topics => Topic started by: [email protected] on January 05, 2017, 06:40:56 PM

Title: Radiopacket [20] as variable
Post by: [email protected] on January 05, 2017, 06:40:56 PM
Arduino pro mini
Rfm69hcw adafruit

1.  What does the 20 mean in radiopacket [20]  ?

2.  How to use radiopacket [20] as a variable?
2a.  char radiopacket[20] = "Hello World #";
     When substituting a variable for "hello world" it says to put quotes so its a string.