hithesh123
Full Member level 6
- Joined
- Nov 21, 2009
- Messages
- 324
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,298
- Location
- lax
- Activity points
- 3,548
I want to write my own print function, something like printf_uart. What ever text string is the printf_uart("text") should be output on the serial port.
How do I pass the characters from the printf_uart to the function void printf_uart()?
How do I pass the characters from the printf_uart to the function void printf_uart()?