Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Fixed version number in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarzaa90 committed Jul 4, 2017
1 parent 34a2f29 commit f65eba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
dependencies {
compile 'com.galarzaa.android-things:rc522:0.1.1'
compile 'com.galarzaa.android-things:rc522:0.1.2'
}
```

Expand All @@ -34,7 +34,7 @@ Unfortunately, in Android, the UI thread shouldn't be blocked, so the polling ha
separate thread e.g. AsyncTask, Runnable, etc.

To use the libary, a `SpiDevice` object must be passed in the constructor, along with a `Gpio` object for
the RST pin and a `Gpio` object for the IRQ pin.
the RST pin.

### Polling state
```java
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit f65eba8

Please sign in to comment.