Releases: sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library
Releases · sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library
Fix to write Indoor/Outdoor function
Fix to xor bug take two
v1.4.8 Rolls version
Fix for xor bug
v1.4.7 Removes include
Removes unnecessary include
v1.4.6 Removes unnecessary include and rolls version
Fixes to examples
This release comments out the resetSettings function from the end of the extended settings example. It was incorrectly resetting the settings at the worst time.
v1.4.4
Fix compiler warnings
Spi Settings fixed
Fixes the way SPI settings are set behind the scenes.
Various fixes to SPI
This update changes the beginSPI function to take less parameters and hopefully be easier to understand as a result. Instead of having to pass the SPI port speed to the function, it instead defaults to 1MHz. However it will still take the SPI port speed as its' second argument if needed.
Removes deprecated setBitOrder
SPI function.
Fixes "RESET" enum value with "RESET_LIGHT"
v1.4.1
Lightning Library, now with more features!
- Corrects some mask overlaps and removes any masks that were not defined explicitly
- Adds functions to reset all settings and to calibrate the internal oscillators
- Fixes many typos and/or unclear code
- Updates all example code with better comments and/or removes unnecessary code within
- Updates keywords