char array [20]; lcd_com(0XC0); lcd_puts("SMS Project"); ... scanf("%s",&array); PC_LINK_IO_Send_String(&array); lcd_puts(array); } void ...
確定! 回上一頁