[README] Renamed all readme files to indicate markup format.

This commit is contained in:
Piotr Esden-Tempski
2015-01-19 19:19:42 -08:00
parent 64761d405b
commit ab7efee88e
120 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
------------------------------------------------------------------------------
README
------------------------------------------------------------------------------
This example uses the USB port as a serial port and implements a
loopback interface that immediately echos back whatever it receives. After flashing the evaluation board with the usbserial program and connecting it to a host computer with a USB cable, you can run the echo.py command as follows:
$ sudo ./echo.py hello world
hello world
$