Skip to content

Releases: fourstix/Sparkfun_CircuitPython_QwiicAS3935

Update SPI Examples

15 Nov 19:35
5beb77f
Compare
Choose a tag to compare

CS can be on any GPIO pin. Board.CE0 is a poor choice in the examples. Updated examples to use D20 instead, with a comment that any available GPIO pin can be used.

Reverted code to read registers

15 Nov 17:41
9bfdcf8
Compare
Choose a tag to compare

The write_then_readinto() function does not appear to reliably read the registers. Revert the change to Write & Read Register using write_then_readinto back to an explicit write() followed by a readinto().

Minor Fix to Write & Read Register I2C Logic

12 Nov 22:22
cdcb56f
Compare
Choose a tag to compare

Changed the I2C logic to use write_then_readinto() function, rather than a write() followed by read().

Update Build and Minor Fixes

12 Nov 20:27
b4ae633
Compare
Choose a tag to compare

Updated code with some minor fixes for some issues and updated the build process to the new Adafruit build process.

CircuitPython Community release

10 Jul 18:34
0bc17ea
Compare
Choose a tag to compare

Updated the tune_cap property to return and set the tuning capacitor value in pF.

Third clean build attempt

09 Jul 20:07
Compare
Choose a tag to compare
Pre-release

Fixed issue with examples.rst doc file

Second clean build attempt

09 Jul 19:46
Compare
Choose a tag to compare
Pre-release

Second attempt for a pylint free build.

First build attempt

09 Jul 13:22
Compare
Choose a tag to compare
First build attempt Pre-release
Pre-release

First travis build attempt