esphome-ratgdo/components/ratgdo/common.h

5 lines
170 B
C
Raw Normal View History

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