1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-23 06:12:59 +00:00

Merge pull request #84 from diegoherranz/master

Fix typo on link to usbSerialExamples
This commit is contained in:
mike w
2014-11-04 10:43:03 -05:00
+1 -1
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)