Index

auto-plow / 39f7c59

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
3603 Dec 2018 00:25d399c5dCreate `serial' functionjoshuas3160N

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

text/plain72 bytesdownload raw
1#ifndef __SERIAL_H__
2#define __SERIAL_H__ 1
3
4void serial(void);
5
6#endif
7