Skip to content

Commit d4c164e

Browse files
committed
update changelog
1 parent c0519e0 commit d4c164e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66

77
- Add printf with float format aka %f
88
- Add Servo library port
9+
- Add Firmata library over BLEUART support
10+
- New example via bleuart at `Peripheral\StandardFirmata`
911
- Enhance Adafruit_FIFO, add overwriteIfFull(), begin(). change constructor's signature
12+
- Add Serial.setPins() to remap Serial rx, tx. Must call before Serial.begin()
13+
- Enhance AdafruitFIFO
1014

1115
### Bluefruit
1216

@@ -24,7 +28,7 @@
2428

2529
- Add BLEClientUart& reference pointer BLEClientUart's RX callback
2630
- Add new BLEClientCts for client Current Time Service
27-
- Add bufferTXD() to BLEUart service
31+
- Add bufferTXD() to BLEUart service to handle consecutive small write()
2832

2933
### BLEAdvertising
3034

0 commit comments

Comments
 (0)