Update _433_Programming_New.ino
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
#include <RCSwitch.h>
|
#include <RCSwitch.h>
|
||||||
|
|
||||||
long unsigned int Key[] = {1000001, 1000002, 1000003, 1000004 };
|
long unsigned int Key[] = {1000001, 1000002, 1000003, 1000004 };
|
||||||
int Keys = sizeof(Key)/sizeof(unsigned long); // Number of key is calculated atomatically
|
int Keys = sizeof(Key)/sizeof(unsigned long); // Number of keys is calculated atomatically
|
||||||
|
|
||||||
|
|
||||||
RCSwitch mySwitch = RCSwitch();
|
RCSwitch mySwitch = RCSwitch();
|
||||||
|
|||||||
Reference in New Issue
Block a user