Update _433_Programming_New.ino

This commit is contained in:
AK-Homberger
2019-09-06 09:43:33 +02:00
committed by GitHub
parent 60e2e40ac0
commit 45fe887949

View File

@@ -9,7 +9,7 @@
#include <RCSwitch.h>
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();