1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-07 16:06:10 +00:00

Fix typo on link to usbSerialExamples

This commit is contained in:
Diego Herranz 2014-11-04 16:31:58 +01:00
parent 09c84a4a3c
commit 49af3725d0

View File

@ -68,7 +68,7 @@ try {
``` ```
For a more complete example, see the For a more complete example, see the
[UsbSerialExamples project](https://github.com/mik3y/usb-serial-for-android/blob/master/UsbSerialExamples) [UsbSerialExamples project](https://github.com/mik3y/usb-serial-for-android/blob/master/usbSerialExamples)
in git, which is a simple application for reading and showing serial data. in git, which is a simple application for reading and showing serial data.
A [simple Arduino application](https://github.com/mik3y/usb-serial-for-android/blob/master/arduino) A [simple Arduino application](https://github.com/mik3y/usb-serial-for-android/blob/master/arduino)