This website works better with JavaScript.
Home
Explore
Help
Sign In
yasarba71520
/
Line-Following-Robot
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Docu
master
Tim Zeuner
1 year ago
parent
6e4500d932
commit
8812ecfda1
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
7
0
Communication/uart_communication_main.cpp
+ 7
- 0
Communication/uart_communication_main.cpp
View File
@@ -1,5 +1,12 @@
#include "uart_communication.h"
/*
* Usage: telnet [ip] [port]
* eg.: telnet 192.158.4.1 8080
* To quit: ctrl + +
* q
*/
int main(void) {
printf("Starting the loopback application...\r\n");
Write
Preview
Loading…
Cancel
Save