Skip to content

Commit 06459f4

Browse files
authored
Cleanup for Github MD
1 parent 4baaa79 commit 06459f4

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

changelog.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,40 +22,40 @@
2222
### BLE Library
2323

2424
- Add initial Central support and Gatt client service/characteristic classes
25-
 - Added `BLEClientService`
26-
 - Added `BLEClientCharacteristic`: support for long read/write, write
27-
with/without response.
28-
 - Added `BLEDiscovery`
25+
- Added `BLEClientService`
26+
- Added `BLEClientCharacteristic`: support for long read/write, write
27+
with/without response.
28+
- Added `BLEDiscovery`
2929
- Added `BLEGap` and `BLEGatt` to manage peripheral & central with Gatt client
3030
and server support
3131
- BLE API changes
32-
 - Added `connPaired()`, `requestPairing()`
33-
 - Renamed `BLEBas.update()` to `.write()`
34-
 - Changed Bluefruit `setConnInterval()`/`setConnIntervalMS()` return types
35-
from `err_t` to `bool`
36-
 - Changed BLECentral `startScanning()`/`stopScanning()`/`connect()` return
37-
types from `err_t` to `bool`
38-
 - Changed BLECharacteristic `notify()` return type from `err_t` to `bool`
39-
 - Changed BLEHid `report()` function return type from `err_t` to `bool`
40-
 - Changed BLEMid `send()`/`sendSplit()` return type from `err_t` to `bool`
32+
- Added `connPaired()`, `requestPairing()`
33+
- Renamed `BLEBas.update()` to `.write()`
34+
- Changed Bluefruit `setConnInterval()`/`setConnIntervalMS()` return types
35+
from `err_t` to `bool`
36+
- Changed BLECentral `startScanning()`/`stopScanning()`/`connect()` return
37+
types from `err_t` to `bool`
38+
- Changed BLECharacteristic `notify()` return type from `err_t` to `bool`
39+
- Changed BLEHid `report()` function return type from `err_t` to `bool`
40+
- Changed BLEMid `send()`/`sendSplit()` return type from `err_t` to `bool`
4141
- New BLE services
42-
- BLEAncs (Apple Notification Center Service)
43-
- BLEClientUart
44-
- BLEClientDis
42+
- BLEAncs (Apple Notification Center Service)
43+
- BLEClientUart
44+
- BLEClientDis
4545
- Added separate thread for callbacks to allow most API functions to be
4646
invoked directly inside the callback handler
4747

4848
#### New Examples
4949

5050
- Hardware/
51-
- hwpwm
52-
- Fading
51+
- hwpwm
52+
- Fading
5353
- Central/
54-
- central_bleuart
54+
- central_bleuart
5555
- Peripheral/
56-
- ancs
57-
- ancs_oled
58-
- hid_camerashutter
56+
- ancs
57+
- ancs_oled
58+
- hid_camerashutter
5959

6060
## 0.5.1
6161

0 commit comments

Comments
 (0)