Index
auto-plow
/
ec2dcee
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?
5
08 Nov 2019 19:26
ec2dcee
Radio Receiver and Other Updates
Josh Stockin
1
6
0
N
Blob @
auto-plow
/
main
/
pulseIn.h
text/plain
115 bytes
download raw
1
#ifndef __PULSEIN_H__
2
#define __PULSEIN_H__
3
4
unsigned int
pulseIn
(
unsigned char
pin
,
unsigned char
state
);
5
6
#endif
7