hello friends,
but if want send again large no. should do?
no. 123456789123456
above code not possible?
code: [select]
#include <rcswitch.h>
rcswitch myswitch = rcswitch();
void setup()
{
serial.begin(9600);
myswitch.enabletransmit(10);
}
void loop()
{
myswitch.send(12345678, 24);
delay(1000);
delay(2000);
}
but if want send again large no. should do?
no. 123456789123456
code: [select]
#include <rcswitch.h>
rcswitch myswitch = rcswitch();
void setup()
{
serial.begin(9600);
myswitch.enabletransmit(10);
}
void loop()
{
myswitch.send(123456789123456, 24);
delay(1000);
delay(2000);
}
above code not possible?
Arduino Forum > Using Arduino > Programming Questions > RF 433MHz using rcswitch library
arduino
Comments
Post a Comment