Skip to content

Releases: MoveUpwards/Gormsson

Update write characteristic options

24 Apr 15:08
e592c06
Compare
Choose a tag to compare

Allow to choose write characteristic .withResponse or .withoutResponse

public func write(_ characteristic: GattCharacteristic,
                      value: DataConvertible,
                      type: CBCharacteristicWriteType = .withResponse,
                      success: @escaping (DataInitializable?) -> Void,
                      error: @escaping (Error?) -> Void)

Add Nevanlinna library

19 Apr 10:30
Compare
Choose a tag to compare
0.3.5

Fix podspec typo issue

Global code improvements

18 Apr 16:10
Compare
Choose a tag to compare
0.3.4

make init public

Refactor using DataConvertible protocol

15 Apr 14:56
Compare
Choose a tag to compare
0.3.3

Update README and add UInt8 DataConvertible.

Update sample project

15 Apr 08:13
Compare
Choose a tag to compare
0.3.2

Update demo project + README

Global fix and improvements

12 Apr 14:44
Compare
Choose a tag to compare
0.3.1

Global fix and improvements

Add Heart Rate Monitor Demo project

11 Apr 17:15
Compare
Choose a tag to compare
0.3.0

Add disconnect BLE on deinit

Complete refactor

11 Apr 08:21
Compare
Choose a tag to compare
0.2.0

Use func for didDiscover block

Initial release

29 Mar 10:11
Compare
Choose a tag to compare
0.1.0

Update config