Index
auto-plow
/
5ec83de
A wheelchair motor-propelled battery-powered ESP32-driven remote control snow plow.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
43
13 Jan 2019 17:18
f72e660
Fix Arduino pin pullup for reseting
joshuas3
1
0
1
N
Blob @
auto-plow
/
src
/
ard1
/
reset.cpp
text/plain
110 bytes
download raw
1
#include
"Arduino.h"
2
#include
"ard1.h"
3
#include
"reset.h"
4
5
void
reset
(
void
) {
6
pinMode
(
PIN_RESET
,
OUTPUT
);
7
}
8