Skip to content

Releases: fourstix/Sparkfun_CircuitPython_QwiicRelay

Reverted code to read registers

14 Nov 21:38
b2b2245
Compare
Choose a tag to compare

The function write_then_readinto() did not read the Qwiic Relay registers reliably. Reverted code back to explicit write() followed by a readinto().

Update Build and Minor Fixes

14 Nov 15:52
8c8eded
Compare
Choose a tag to compare

Updated to the current build process and fixed some minor issues in the code.

Update ReadTheDocs

22 Jun 01:36
Compare
Choose a tag to compare

Publish updated documentation to ReadTheDocs

Added property setter for status

21 Jun 23:56
Compare
Choose a tag to compare

Added setter for the status property. Setting this property true or false, will turn the relay on or off.

Example Doc Update

21 Jun 12:08
Compare
Choose a tag to compare

Updated PyPi example doc

First Release Candidate

18 Jun 18:45
Compare
Choose a tag to compare

First release candidate for the CircuitPython Community Bundle.

Updated ReadTheDocs

18 Jun 18:32
Compare
Choose a tag to compare
Updated ReadTheDocs Pre-release
Pre-release

Imported project into ReadTheDocs

Publish to PyPi

18 Jun 18:15
Compare
Choose a tag to compare
Publish to PyPi Pre-release
Pre-release

Fixed credentials and rerun build.

First publish attempt

18 Jun 18:02
Compare
Choose a tag to compare
First publish attempt Pre-release
Pre-release

Publish docs and files

First clean build

18 Jun 17:26
Compare
Choose a tag to compare
First clean build Pre-release
Pre-release

First good build of the CircuitPython Qwiic Relay code.