Update DFRobotAS3935LightningSensorOrdinary.ino

Fixed typo, "dispaly" to "display"
pull/10/head
John M. Wargo 4 months ago committed by GitHub
parent c83d3db8dd
commit d624c601a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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);

Loading…
Cancel
Save