close
#include <stdio.h>
signed long s = 3209;
char test;
char *test_ptr = &test;
sprintf(test_ptr, "Value of Pi = %i\n\r", s);
LIN3_UART_Send_String(VIM_UART1_MASK,(unsigned char*)test_ptr);
文章標籤
全站熱搜