You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
-
# arduino-usb-terminal
2
-
Terminal like app to send commands to Arduino through USB
1
+
<imgsrc=".github/images/logo.png"width="128">
2
+
3
+
# arduino-usb-terminal
4
+
Terminal-like app to send commands to Arduino through USB
5
+
6
+
3
7
4
8
This app simplifies testing your Arduino components that work with direct usb commands by giving you the ability to send custom commands and view the returned message from your Arduino device.
5
9
@@ -9,6 +13,8 @@
9
13
The app is available for free on Google Play Store (Arduino USB Terminal).
10
14
Otherwise, you can clone the project and run it locally.
11
15
Please read the **Sentry Reports** part on this page before running the project to avoid build failures.
16
+
17
+
<ahref='https://play.google.com/store/apps/details?id=org.kabiri.android.usbterminal&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><imgalt='Get it on Google Play'src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'width="128"/></a>
12
18
13
19
## Terminal
14
20
A Simple terminal page which does what it is supposed to do interacting with an Arduino manually through the USB cable.
0 commit comments