Update DFRobot_AS3935_lightning_sensor.ino

pull/1/head
jhlucky 6 years ago committed by GitHub
parent fde3d7941e
commit 6f347e6389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/DFRobot_AS3935_lightning_sensor/DFRobot_AS3935_lightning_sensor.ino

@ -65,7 +65,7 @@ void setup()
// 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)
// Tuning AS3935_CAPACITANCE to make the frequency within 500/16 kHz ± 3.5%
// lightning0.AS3935_SetLCO_FDIV(0);
// lightning0.AS3935SetLcoFdiv(0);
// lightning0.AS3935SetIRQOutputSource(3);
attachInterrupt(0, AS3935_ISR, RISING);

Loading…
Cancel
Save