An open API service indexing awesome lists of open source software.

https://github.com/doorbash/arduino-rc-door

rc door using arduino and 433 mhz transmitter
https://github.com/doorbash/arduino-rc-door

Last synced: 9 months ago
JSON representation

rc door using arduino and 433 mhz transmitter

Awesome Lists containing this project

README

          

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