Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Releases: BiffoBear/CircuitPython_AS3935

Updated PYPI Credentials

11 Mar 23:19
0ea9fef
Compare
Choose a tag to compare

PyPi Ready

11 Mar 13:32
Compare
Choose a tag to compare

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.

09 Mar 00:26
Compare
Choose a tag to compare

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.

05 Mar 04:00
Compare
Choose a tag to compare

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.

21 Feb 10:54
Compare
Choose a tag to compare

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.