Index
auto-plow
/
6681ab8
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?
31
02 Dec 2018 16:17
10515b3
Track src/ard1/reset.h
joshuas3
1
6
0
N
Blob @
auto-plow
/
src
/
ard1
/
reset.h
text/plain
69 bytes
download raw
1
#ifndef __RESET_H__
2
#define __RESET_H__ 1
3
4
void
reset
(
void
);
5
6
#endif
7