Skip to content

Releases: eriklins/Pascal-Bindings-For-SimpleBLE-Library

Pascal Bindings for SimpleBLE Library v0.6.0

23 Feb 10:23

Choose a tag to compare

Aligned pascal unit with latest SimpleBle release v0.6.0.

Pascal Bindings for SimpleBLE Library main-e0e95eb

25 Jan 15:50

Choose a tag to compare

This release is based on SimpleBLE main branch commit sha e0e95eb34d6fa61e65fc7e6f154ab04cce41475b (25.1.2023)

  • changed SimpleBLE unit function names to PascalStyle names.
  • some fixes with runpath on Linux (should have fixed #12

Pascal Bindings for SimpleBLE Library v0.5.0-221106

06 Nov 15:58

Choose a tag to compare

  • removed simpleble_free() calls from examples (not needed and gives error when compiling under Linux)
  • fixed call of simpleble_adapter_identifier() instead simpleble_peripheral_identifier()
  • added precompiled shared libraries for Linux 64 bit

Pascal Bindings for SimpleBLE Library v0.5.0-221105

05 Nov 10:20

Choose a tag to compare

  • Fixed issues #1, #2, #3, #4, #5, #6, #7, #8, #9
  • Restructured Lazarus projects
  • Added Lazarus project group including all three example projects (requires trunk install of Lazarus)
  • Some code cleanup
  • includes precompiled shared libraries for Windows 32 bit and 64 bit (based on SimpleBLE release v0.5.0)

Pascal Bindings for SimpleBLE Library v0.5.0-221104

04 Nov 12:39

Choose a tag to compare

First release of Pascal bindings for the SimpleBLE library

  • Pascal bindings in simpleble.pas unit.
  • Precompiled shared libraries for Windows 32 bit based on SimpleBLE v0.5.0.
  • Currently includes only shared libs (.dll) for Windows 64 bit.
  • See main repo for Lazarus/FreePascal examples.