Index

auto-plow / 10515b3

A wheelchair motor-propelled battery-powered ESP32-driven remote control snow plow.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
2902 Dec 2018 05:5500e5d64New method for resetting Arduinojoshuas3132N

Blob @ auto-plow / src / ard1 / ard1.h

text/plain136 bytesdownload raw
1#ifndef __ARD1_H__
2#define __ARD1_H__ 1
3
4#define PIN 13
5#define PIN_RESET 2
6
7#define BAUD_RATE 9600
8
9#define ON 1
10#define OFF 0
11
12#endif
13