doorbash / arduino-rc-door

rc door using arduino and 433 mhz transmitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

// #define SOFTWARE_SERIAL
#define DEBUG_MODE
#define MAX_BUFFER_SIZE 200
#define BAUD_RATE_SERIAL 9600
#define DATA_PIN 2
#define BIT_PERIOD 350

About

rc door using arduino and 433 mhz transmitter


Languages

Language:C++ 100.0%