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 ec686e5 commit 57c7ef0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions sw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ Set the Bus and Address in the source code.

# TFRPM01 interactive testing utility

```
cd pymlab_interactive
python3 quality_check.py --port 9 --address 0x50 --req_freq 489 --max_deviation 10
```
The testing utility used to verify proper function of TFRPM01 device. The utility needs the following elementary testing rig for proper function.

## Prerequirements
* python3
Expand All @@ -31,7 +28,8 @@ python3 quality_check.py --port 9 --address 0x50 --req_freq 489 --max_deviation
## Usage:

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

`--port` smbus port
Expand Down

0 comments on commit 57c7ef0

Please sign in to comment.