Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ outbyte
Function
outbyte
bsp/ft2004/libraries/bsp/standlone/outbyte.c:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
#include
"ft_uart_hw.h"
17
18
void outbyte(char byte)
19
{
20
FUart_SendByte(FT_STDOUT_BASEADDRESS, byte);
21
}
Callers
1
Ft_printf
Function · 0.85
Calls
1
FUart_SendByte
Function · 0.85
Tested by
no test coverage detected