Lightning sensor library It is inherited from https://developer.mbed.org/users/casper/code/AS3935/

Dependents:   BLE_Lightning_sensor

Files at this revision

API Documentation at this revision

Comitter:
takafuminaka
Date:
Sat Sep 05 13:17:57 2015 +0000
Parent:
2:9e89ca13848d
Commit message:
Library extension of AS3935 by valentin spanu;

Changed in this revision

AS3935_ext.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/AS3935_ext.cpp	Sat Sep 05 05:43:50 2015 +0000
+++ b/AS3935_ext.cpp	Sat Sep 05 13:17:57 2015 +0000
@@ -37,9 +37,6 @@
     // Minimum number of lightning
     registerWrite(AS3935_MIN_NUM_LIGH ,1);
     
-    // Set SREJ
-    registerWrite(AS3935_SREJ,0x02);
-
 }
 
 int AS3935_ext::MeasureLCOFreq()