From 579cc2c4c2a18adde4b8550783f477796e35b9cf Mon Sep 17 00:00:00 2001 From: Hunzala Qamar Date: Mon, 4 Dec 2023 06:26:45 +0500 Subject: [PATCH] Update Ping.md there is another type of range finder that has separate TRIG and ECHO Pin which has to programmed a bit differently so here is some code to the open source community. --- content/built-in-examples/06.sensors/Ping/Ping.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/built-in-examples/06.sensors/Ping/Ping.md b/content/built-in-examples/06.sensors/Ping/Ping.md index d1e779b15c..6dae659117 100644 --- a/content/built-in-examples/06.sensors/Ping/Ping.md +++ b/content/built-in-examples/06.sensors/Ping/Ping.md @@ -35,10 +35,14 @@ The 5V pin of the SEN136B5B is connected to the 5V pin on the board, the GND pin +### Code For TRIG and ECHO PIN Range Finder + + + ### Learn more You can find more basic tutorials in the [built-in examples](/built-in-examples) section. You can also explore the [language reference](https://www.arduino.cc/reference/en/), a detailed collection of the Arduino programming language. -*Last revision 2015/07/29 by SM* \ No newline at end of file +*Last revision 2015/07/29 by SM*