5 lines
170 B
C
Raw Normal View History

2023-06-05 12:12:51 -05:00
#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;