mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +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; |