Releases: eriklins/Pascal-Bindings-For-SimpleBLE-Library
Releases · eriklins/Pascal-Bindings-For-SimpleBLE-Library
Pascal Bindings for SimpleBLE Library v0.6.0
Pascal Bindings for SimpleBLE Library main-e0e95eb
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
- 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
- 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
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.