Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklik authored Feb 8, 2024
1 parent da2ff14 commit 7887849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ Set the Bus and Address in the source code.

```
cd pymlab_interactive
python3 quality_check.py --port 7 --address 0x50 --req_freq 1000 --max_deviation 500
python3 quality_check.py --port 9 --address 0x50 --req_freq 489 --max_deviation 10
```

## Prerequirements
* python3
* [pymlab](https://github.com/MLAB-project/pymlab) with installed I2C drivers e.g. smbus2
* [beepy](https://pypi.org/project/beepy/)
* curses
* argparse

Expand Down

0 comments on commit 7887849

Please sign in to comment.