Skip to content

Commit

Permalink
Minor documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 19, 2019
1 parent 87727e0 commit a497b14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ ci-all: install-platformio

ci-basic:
$(platformio) ci --board=$(board) --lib="." examples/HX711_basic_example --verbose

clean:
platformio run -t clean
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ if (scale.wait_ready_timeout(1000)) {
```


## Full example
See `examples/hx711_example.ino` in this repository.
## More examples
See `examples` directory in this repository.


## HAL support
Expand Down

0 comments on commit a497b14

Please sign in to comment.