Skip to content

Commit

Permalink
Fix image links
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy authored Dec 5, 2020
1 parent 177df26 commit 7006673
Showing 1 changed file 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 @@ -13,7 +13,7 @@ This firmware will allow you to test the setup of your BrewPi family Arduino Uno
1. Test the heat and cool relays (pins 5 and 6)
1. Clear the EEPROM to avoid issues saving the sensors later on

# ![Arduino Uno Pin Diagram](ttps://raw.githubusercontent.com/brewpi-remix/uno-test/master/images//Arduino-Uno-Pin-Diagram.png)
# ![Arduino Uno Pin Diagram](https://github.com/brewpi-remix/uno-test/blob/main/images/Arduino-Uno-Pin-Diagram.png)

It will automatically check for an I2C display, and if found, will show a test on the display. It will then scan the proper pin for the variant; A4 if no I2C is detected, and A0 if an I2C is present.

Expand Down Expand Up @@ -84,4 +84,4 @@ EEPROM clear complete.
BrewPi Family Arduino Uno Test complete.
```

# ![LCD Display](ttps://raw.githubusercontent.com/brewpi-remix/uno-test/master/images//i2c_test.jpg)
# ![LCD Display](https://github.com/brewpi-remix/uno-test/blob/main/images/i2c_test.jpg)

0 comments on commit 7006673

Please sign in to comment.