mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-03-03 12:29:54 +00:00
5 lines
170 B
C
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; |