setWriteError();
I came into this function in Keyboard.h and Keyboard.cpp yesterday but I had no idea what it is. It seems an extern function that is not defined in these two files. Does anyone know it?
Thanks in advance!
setWriteError();
I came into this function in Keyboard.h and Keyboard.cpp yesterday but I had no idea what it is. It seems an extern function that is not defined in these two files. Does anyone know it?
Thanks in advance!
Keyboard implements the Print base class where the setWriteError is for internal use to indicate that a write operation failed. you can get the writeerror flag value with getWriteError
Please, post your complete code.
OK I see thanks very much
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.