Hello all,
I am somewhat new to programming having come to using Arduinos somewhat late in life.
I have the AS3935 sensor Lightening code working on an Arduino Nano, I also used some code from else where to obtain the values for tuning the AS3935 sensor's on-board antenna, however I have a couple of questions if I may ask please?
These two lines in the code. The second one enables/disables Disturber detection, what does the first line do? Is it the disturber level setting that the second line enables/disables?
#define AS3935_DIST_DIS 0 //Set disturbers (AS3935_DIST_EN:1 / AS3935_DIST_DIS:2)
#define AS3935_DIST_EN 1 //Set disturbers (AS3935_DIST_EN:1 / AS3935_DIST_DIS:2)
Thanks in anticipation for any enlightenment.
Regards,
K.