vPutChar()
Explanation
Outputs 1 byte to the output destination (UART) indicated by the tsFILE
structure.
Argumtens
Type | Name | Remark |
psStream | Output device | |
uint8 | u8Char | Output byte |
Returns
None.
Sample code
最終更新