Index
auto-plow
/
00e5d64
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?
29
02 Dec 2018 05:55
00e5d64
New method for resetting Arduino
joshuas3
1
7
0
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