J. Nick Koston 1d04b22eb2
wip
2023-06-05 12:12:51 -05:00

5 lines
170 B
C

#include <Arduino.h>
#define CODE_LENGTH 19 // the length of each command sent to the door.
extern byte rollingCode[CODE_LENGTH];
extern unsigned int rollingCodeCounter;