Skip to content

Releases: RuggedScience/SDK

Added support for different SMBus addresses

13 Oct 14:14
c8f0799
Compare
Choose a tag to compare

Fixes an issue with PoE failing on newer units due to an alternate SMBus IO address. Added a bus_address attribute to all XML files. Maintains support for older XML files by falling back to the old SMBus address if the attribute doesn't exist. New XML files will NOT work with librspoe 3.0.1 or older.

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.2

DIO Debug Info

05 Aug 19:05
Compare
Choose a tag to compare
DIO Debug Info Pre-release
Pre-release

Added the ability to print DIO debug info to console.

Added pullup config and custom registers to XML files

19 Mar 14:53
Compare
Choose a tag to compare

XML files now contain custom register values set in the controller. This allows model specific register values which solves an issue with newer units requiring specific default register settings. Due to the change in XML files, this version WILL NOT work with older XML files. However, newer XML files MAY work with the older library provided that the unit does not require these special register values.

Version info functions

01 Mar 19:44
21b9016
Compare
Choose a tag to compare
Merge pull request #6 from RuggedScience/feat/version

added version info to library

Updated to class based interface

25 Feb 21:37
61e976f
Compare
Choose a tag to compare

The two libraries are now wrapped in classes. This adds support for units consisting of more than one supported product (i.e. ECS-9710 + PE-3000).

Moved the control utilities out of the example folder and removed the example folder. These utilities were initially designed as examples but have since been turned into command line utilities. Simple examples have been added to the library documentation.

PoE budget functions

13 Feb 17:12
8562c1b
Compare
Choose a tag to compare

This release implements the PoE budget functions as well as PoE support on the IVH-9016 and the PE-3000.

Initial Release

21 Dec 21:08
Compare
Choose a tag to compare

First release of Rugged Science cross platform SDK for DIO and PoE