Skip to content

Releases: BlueAndi/vscp-arduino

VSCP arduino library v2.0.4

31 Oct 18:56
a197137
Compare
Choose a tag to compare
  • Workflow added for a test compilation on CI.
  • License file renamed, so its recognized by the Arduino library manager.
  • Examples updated for latest libraries.
  • Architecture set to any.
  • Some copyright dates fixed.
  • Backslashes in include paths fixed (should be posix slashes)
  • #10

VSCP arduino library v2.0.3

29 Oct 23:07
3254a5d
Compare
Choose a tag to compare
  • Update to VSCP framework v2.0.3, please see the changelog there.
  • Deprecated "dataNum" replaced with "dataSize". Thanks to michpro!

VSCP arduino library v2.0.2

23 Aug 13:21
Compare
Choose a tag to compare
  • Update to VSCP framework v2.0.2, please see the changelog there.

VSCP arduino library v2.0.0

23 Dec 00:23
Compare
Choose a tag to compare
  • Update to VSCP framework v2.0.0, please see the changelog there.

VSCP arduino library v1.3.0

11 Sep 15:53
Compare
Choose a tag to compare
  • Update to VSCP framework v1.3.0, please see the changelog there.

VSCP arduino library v1.2.0

01 Jan 23:12
Compare
Choose a tag to compare
  • Update to VSCP framework v1.2.0, please see the changelog there.

VSCP arduino library v1.1.0

03 Jun 21:12
Compare
Choose a tag to compare
  • Update to VSCP framework v1.1.0, please see the changelog there.

VSCP arduino library v1.0.0

21 Feb 20:54
Compare
Choose a tag to compare
  • Update to VSCP framework v1.0.0, please see the changelog there.

VSCP arduino library v0.8.0

22 Aug 20:27
Compare
Choose a tag to compare
  • Update to VSCP framework v0.9.0, please see the changelog there.
  • The update includes the following bugfixes:
    • Bugfix: Fix of misspellings/typos, thanks to TomasRoj.
    • Bugfix: VSCP measurement events fixed, because internal the parameters unit and index in the vscp_data_coding_getFormatByte() call were reversed. Thanks to troky!

VSCP arduino library v0.7.1

20 Feb 21:09
Compare
Choose a tag to compare
  • Bugfix: Abstract event modules added.
  • Bugfix: MDF template syntax errors fixed, as well as the namespace and schema location.