You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide SerialPut{Char,String}(), which output characters to the serial port
The new functions SerialPutChar() and SerialPutString() output
charcters directly to the serial port. This is useful for debugging
or in ISRs, where IPC is not available. Don't use them in regular
code.
0 commit comments