esphome-ratgdo/components/ratgdo/common.h

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;