Files
ESPEasy/lib/NewPingESP8266
JojoS62 15e5edccd8 added float calculation for time to distance conversion
returns higher resolution, especially for measuring in inches the integer resolution was low.
2018-10-02 16:57:33 +02:00
..

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)