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
- Host: GitHub
- URL: https://github.com/doorbash/arduino-rc-door
- Owner: doorbash
- Created: 2022-10-27T09:44:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T09:46:49.000Z (over 3 years ago)
- Last Synced: 2025-03-13T11:43:58.197Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```