lancaster-university / microbit-dal

http://lancaster-university.github.io/microbit-docs
Other
256 stars 130 forks source link

MicroBitSerial::isReadable() should call initialiseRx() if needed #476

Open martinwork opened 3 years ago

martinwork commented 3 years ago

Unless initialiseRx() has been called (by setRxBufferSize or read), isReadable() always returns false.