1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-07 07:56:20 +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
commit 37bfca8908

View File

@ -68,7 +68,7 @@ try {
```
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.
A [simple Arduino application](https://github.com/mik3y/usb-serial-for-android/blob/master/arduino)