Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix issue #58
  • Loading branch information
Ryan Walmsley authored Aug 13, 2020
1 parent 84a25c4 commit 5310f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You should get a grid like matrix where the number 0x42 represents the address o

Note: This does not work immediately after boot. The chip on the Flick board first has to be reset by a low pulse on GPIO 17 before i2c detection will work. If you have the gpio program installed (`sudo apt-get install wiringpi`) then use the following one-liner to reset the Flick and check its presence immediately after boot:
```bash
gpio mode 17 out; gpio write 17 0; gpio write 17 1; i2cdetect -y 1
gpio mode 0 out; gpio write 0 0; gpio write 0 1; i2cdetect -y 1
```

## Flick Large pin mapping
Expand Down

0 comments on commit 5310f39

Please sign in to comment.