Skip to content

Commit d0ab9e3

Browse files
committed
Merge branch 'master' of github.com:jshaw/NewPingESP8266
2 parents 933804d + 7f69919 commit d0ab9e3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# NewPingESP8266
2-
## NewPing port for ESP8266
2+
#### NewPing port for ESP8266 (Arduino IDE)
33

44
NewPing Library (Ultrasonic Sensors)
55

6-
Written by Tim Eckel ported over to ESP8266 in the Arduino IDE by Jordan Shaw
6+
Written by Tim Eckel.
77

88
https://bitbucket.org/teckel12/arduino-new-ping/wiki/Home
9-
https://github.com/jshaw/NewPingESP8266
109

1110
Modified for Teensy 3.0 & 3.1
12-
Then Updated for ESP8266 (Arduino IDE)
1311

1412
https://github.com/PaulStoffregen/NewPing
1513

@@ -19,6 +17,10 @@ http://forum.pjrc.com/threads/25907-Multiple-HCSR-04-Ultrasonic-sensors-on-teens
1917

2018
![Screenshot](https://raw.githubusercontent.com/PaulStoffregen/NewPing/master/extras/NewPing_screenshot.png)
2119

20+
Updated to support ESP8266 (Arduino IDE) by Jordan Shaw
21+
22+
https://github.com/jshaw/NewPingESP8266
23+
24+
Port was influenced by the issue: https://github.com/PaulStoffregen/NewPing/issues/2.
2225

23-
Port was influenced by https://github.com/PaulStoffregen/NewPing/issues/2.
24-
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)
26+
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)

0 commit comments

Comments
 (0)