Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Kornacki committed Feb 7, 2017
1 parent a31f114 commit 0951863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions numpad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Numpad driver for Android Things
================================

This driver supports numpad with 12 buttons.<br>
![numpad12](https://gitlab2.polidea.com/pawel.byszewski/android_things_drivers/raw/08fdbd12154cdfeb2b7c93fa0d8f3efa5edd5c13/numpad/readme/numpad.jpg)
![numpad12](https://raw.githubusercontent.com/Polidea/Polithings/master/numpad/readme/numpad.jpg)

How to use the driver
---------------------
Expand All @@ -19,7 +19,7 @@ dependencies {
```

### Hardware Setup
<img src="https://gitlab2.polidea.com/pawel.byszewski/android_things_drivers/raw/ba0ce3a6ff706d31a2d61f640e5cfb322328fee5/numpad/readme/numpad_wiring.jpg" width="342" height="389" /><br/>
<img src="https://raw.githubusercontent.com/Polidea/Polithings/master/numpad/readme/numpad_wiring.jpg" width="342" height="389" /><br/>
Every `GPIO` connected to row on a numpad MUST be [pulled-up](https://developer.android.com/things/hardware/hardware-101.html#pull-ups_and_pull-downs) to 3.3V


Expand Down
2 changes: 1 addition & 1 deletion uln2003/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ULN2003 driver for Android Things
This driver supports ULN2003 driver with 28BYJ-48 Stepper Motor.<br/>
[This](http://42bots.com/tutorials/28byj-48-stepper-motor-with-uln2003-driver-and-arduino-uno/) tutorial helped us developing our driver.<br/>
<br/>
<img src="http://gitlab2.polidea.com/pawel.byszewski/android_things_drivers/raw/941597d1c24d220d158788d8ca5199781cd9d2f1/uln2003/readme/ULN2003.jpg" width="298" height="293" />
<img src="https://raw.githubusercontent.com/Polidea/Polithings/master/uln2003/readme/ULN2003.jpg" width="298" height="293" />

How to use the driver
---------------------
Expand Down

0 comments on commit 0951863

Please sign in to comment.