We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0519e0 commit d4c164eCopy full SHA for d4c164e
changelog.md
@@ -6,7 +6,11 @@
6
7
- Add printf with float format aka %f
8
- Add Servo library port
9
+- Add Firmata library over BLEUART support
10
+ - New example via bleuart at `Peripheral\StandardFirmata`
11
- 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
14
15
### Bluefruit
16
@@ -24,7 +28,7 @@
24
28
25
29
- Add BLEClientUart& reference pointer BLEClientUart's RX callback
26
30
- 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()
32
33
### BLEAdvertising
34
0 commit comments