From d624c601a6078de766cc44d503dae45f43738c4d Mon Sep 17 00:00:00 2001 From: "John M. Wargo" Date: Wed, 3 Jan 2024 16:22:19 -0500 Subject: [PATCH] Update DFRobotAS3935LightningSensorOrdinary.ino Fixed typo, "dispaly" to "display" --- .../DFRobotAS3935LightningSensorOrdinary.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/DFRobotAS3935LightningSensorOrdinary/DFRobotAS3935LightningSensorOrdinary.ino b/examples/DFRobotAS3935LightningSensorOrdinary/DFRobotAS3935LightningSensorOrdinary.ino index 69ae375..4ed236f 100644 --- a/examples/DFRobotAS3935LightningSensorOrdinary/DFRobotAS3935LightningSensorOrdinary.ino +++ b/examples/DFRobotAS3935LightningSensorOrdinary/DFRobotAS3935LightningSensorOrdinary.ino @@ -68,7 +68,8 @@ void setup() // Connect the IRQ and GND pin to the oscilloscope. // uncomment the following sentences to fine tune the antenna for better performance. -// This will dispaly the antenna's resonance frequency/16 on IRQ pin (The resonance frequency will be divided by 16 on this pin) +// This displays the antenna's resonance frequency/16 on IRQ pin (The resonance +// frequency will be divided by 16 on this pin) // Tuning AS3935_CAPACITANCE to make the frequency within 500/16 kHz ± 3.5% // lightning0.setLcoFdiv(0); // lightning0.setIRQOutputSource(3);