adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
615 stars 496 forks source link

availableforwrite is missing #750

Closed darshansm closed 10 months ago

darshansm commented 1 year ago

In Uart/ HardwareSerial, availableforwrite is always return 0 for Adafruint nrf52840 feather board

hathach commented 10 months ago

implemented by #802, since uart does not use ring buffer for tx, it is either busy (0) or not (64).