Files
ESPEasy/lib/NewPingESP8266/README.md
T
TD-er dcf8e86db7 [#1484] Multiple instances of ultrasonic sensors
This should also fix #1381.

There is something strange about the handling of micros() timers in `NewPingESP8266`.
For this reason I added also a timeout based on `millis()`.
2018-06-09 23:20:29 +02:00

949 B

NewPingESP8266

NewPing port for ESP8266 (Arduino IDE)

NewPing Library (Ultrasonic Sensors)

Written by Tim Eckel.

https://bitbucket.org/teckel12/arduino-new-ping/wiki/Home

Modified for Teensy 3.0 & 3.1

https://github.com/PaulStoffregen/NewPing

http://forum.pjrc.com/threads/25907-Multiple-HCSR-04-Ultrasonic-sensors-on-teensy-3

Photo

Screenshot

Updated to support ESP8266 (Arduino IDE) by Jordan Shaw

https://github.com/jshaw/NewPingESP8266

Port was influenced by the issue: https://github.com/PaulStoffregen/NewPing/issues/2.

Also, removed non-compatable ping examples using timers due to incompatability with "Timer interrupt ping methods (won't work with non-AVR, ATmega128 and all ATtiny microcontrollers)" (NewPingESP8266.cpp ln. 198)