Skip to content

Releases: PatrickBaus/tinkerforge_async

1.6.2

27 Jun 18:56
be28bd7

Choose a tag to compare

What's Changed

Full Changelog: 1.6.1...1.6.2

1.6.1

16 Apr 00:28
82146cc

Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

1.6.0

16 Apr 00:10
dd42b59

Choose a tag to compare

What's Changed

Full Changelog: 1.5.3...1.6.0

Release of version 1.5.3

22 Jun 11:53
0ffb426

Choose a tag to compare

What's Changed

Full Changelog: 1.5.2...1.5.3

Release of version 1.5.2

20 Jun 15:58
aae49eb

Choose a tag to compare

Hotfix for crash when calling BrickletThermocoupleV2.set_callback_configuration()

Full Changelog: 1.5.1...1.5.2

Release of version 1.5.1

20 Jun 14:32
cadc80d

Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

Release of version 1.5.0

19 Jun 08:26
30fbaff

Choose a tag to compare

This release adds the isolator bricklet.

There are some small breaking changes:

  • Moved GetSPITFPBaudrateConfig to devices class
  • Replaced bricklet_industrial_dual_analog_in_v2.GetAllVoltagesCallbackConfiguration with devices.SimpleCallbackConfiguration
  • Replaced bricklet_io4_v2.GetAllInputValueCallbackConfiguration with devices.SimpleCallbackConfiguration

What's Changed

New Contributors

Full Changelog: v1.4.3...1.5.0

Release of version 1.4.3

14 Sep 12:57
b473f4a

Choose a tag to compare

Updated documentation

Release of version 1.4.2

19 Aug 16:24
4fae882

Choose a tag to compare

Major code reworking.
Check the examples.

Release of version 1.2.0

16 Jul 00:12
65807ab

Choose a tag to compare

Updated the disconnect() function to properly clean up the connection even during a connection attempt.
Change in behaviour:
The connection parameters will now only be saved if a new connection attempt is made.