Index
auto-plow
/
087ed38
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?
48
19 Jan 2019 18:20
8084ccd
Updates
joshuas3
1
0
3
N
Blob @
auto-plow
/
src
/
ard1
/
serial.h
text/plain
72 bytes
download raw
1
#ifndef __SERIAL_H__
2
#define __SERIAL_H__ 1
3
4
void
serial
(
void
);
5
6
#endif
7