David

Results 4 issues of David

I used one of the EEPROM examples for a test and noticed some unused parameter warnings that were easy to squash. The warning can be seen by looking at the...

type: imperfection
topic: code

The UART class write method currently blocks waiting on a flag that will not be set until the transmission is complete. For low baud rates this can be a long...

type: enhancement
topic: code

The method `availableForWrite` is not implemented in the UART class and currently returns 0 in all cases.

type: imperfection
topic: code

I opened this to replace #303 because it had a bunch of files included from submodules. This should be cleaner. Sorry for the mess. This pull request makes changes in...

type: enhancement
topic: code