Releases: BiffoBear/CircuitPython_AS3935
Updated PYPI Credentials
PyPi Ready
Removed note that the repo is not on PyPi from the README.rst.
Corrected an error in the example code.
Reduce RAM usage plus minor bug fixes and improvements.
Refactored code to better use MicroPython const
to reduce RAM usage. Moved some constants into the class definition to reduce RAM usage on import.
Added checks to make sure methods are called with integers when a numeric setting is changed to avoid unexpected results.
Fixed a typo in the spike_threshold
doc-string which stated that the maximum allowed value is 10, when it is 11.
Support for I2C Connections Added.
Added support for and tested connections over I2C
. No problems encountered, but SPI
should still be preferred over I2C
where possible due to Sparkfun's reports of I2C
issues.
Made calibrate_clock
accessible to the user, so that it can be called after tuning the antenna.
First release.
Gives access to all the settings. SPI only at the moment as I2C is considered to be unstable.
To use in CircuitPython, download the .mpy file and copy it to the lib
folder on the CIRCUITPY
drive.
Read the docs for info on how to use it.