Docu
This commit is contained in:
parent
6e4500d932
commit
8812ecfda1
@ -1,5 +1,12 @@
|
|||||||
#include "uart_communication.h"
|
#include "uart_communication.h"
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Usage: telnet [ip] [port]
|
||||||
|
* eg.: telnet 192.158.4.1 8080
|
||||||
|
* To quit: ctrl + +
|
||||||
|
* q
|
||||||
|
*/
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
printf("Starting the loopback application...\r\n");
|
printf("Starting the loopback application...\r\n");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user