Index

auto-plow / 4d5e35b

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
508 Nov 2019 19:26ec2dceeRadio Receiver and Other UpdatesJosh Stockin160N

Blob @ auto-plow / main / pulseIn.h

text/plain115 bytesdownload raw
1#ifndef __PULSEIN_H__
2#define __PULSEIN_H__
3
4unsigned int pulseIn(unsigned char pin, unsigned char state);
5
6#endif
7