Statistics: Posted by rudi — Fri Jul 01, 2016 6:48 pm
Code:
os_printf("\r");
Code:
os_printf("\n\r");
Code:
os_printf("\r\r\r\r");
Statistics: Posted by rudi — Thu Jun 30, 2016 9:49 pm
Code:
os_printf("\nTEST ME WITH back Slash and new line:\n");
os_printf("TEST ME WITH bS and return :\r");
os_printf("\nHSPI_TEST.fcfx\n");
Code:
\n
Code:
\r\n
Code:
os_printf("\n");
Code:
os_printf("\n");
Code:
\r\n
Code:
os_printf("\n\n\n\n");
Code:
\r\n
\r\n
\r\n
\r\n
Statistics: Posted by rudi — Thu Jun 30, 2016 4:56 pm
Statistics: Posted by ESP_Rubin — Thu Jun 30, 2016 11:24 am
Code:
os_printf("hello world\n");
Code:
os_printf("ADC Value: ");
os_printf("%d", system_adc_read() );
Code:
uart0_tx_buffer("done",4);
uart0_sendStr("hello sendStr world");
Statistics: Posted by rudi — Wed Jun 29, 2016 4:02 pm