Skip to content

Commit

Permalink
Merge pull request #9 from k4biri/DROID-05-BumpVersionCodeAndPrepareR…
Browse files Browse the repository at this point in the history
…elease

DROID-05 Bump version code and prepare the release
  • Loading branch information
superus8r committed May 8, 2020
2 parents c67abf2 + d87e53e commit f816c10
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Binary file added .github/images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# arduino-usb-terminal
Terminal like app to send commands to Arduino through USB
<img src=".github/images/logo.png" width="128">

# arduino-usb-terminal
Terminal-like app to send commands to Arduino through USB



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.

Expand All @@ -9,6 +13,8 @@
The app is available for free on Google Play Store (Arduino USB Terminal).
Otherwise, you can clone the project and run it locally.
Please read the **Sentry Reports** part on this page before running the project to avoid build failures.

<a href='https://play.google.com/store/apps/details?id=org.kabiri.android.usbterminal&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='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>

## Terminal
A Simple terminal page which does what it is supposed to do interacting with an Arduino manually through the USB cable.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "org.kabiri.android.usbterminal"
minSdkVersion 23
targetSdkVersion 29
versionCode 6
versionName "0.6.0"
versionCode 7
versionName "0.7.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit f816c10

Please sign in to comment.