mongoose-os icon indicating copy to clipboard operation
mongoose-os copied to clipboard

Arduino pulseIn() equivalent

Open gitcodr opened this issue 8 years ago • 3 comments

Please implement an Arduino pulseIn() equivalent in mongoose-os. Reference can be found here: https://www.arduino.cc/en/Reference/PulseIn

gitcodr avatar Aug 06 '17 03:08 gitcodr

It is very important API for future Arduino libraries wrapping - for example Ultrasonic sensor requires it See below link: https://github.com/JRodrigoTech/Ultrasonic-HC-SR04

grand87 avatar Aug 27 '17 14:08 grand87

👍 Very keen for this to get done; for now using Arduino

redhoodie avatar Jan 03 '18 21:01 redhoodie

I'm also keen for this feature, without pulseIn I can't see a way to read echo data from a HC-SR04 ultrasonic sensor

jameselsey avatar Jan 12 '18 23:01 jameselsey