mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
updates based upon vDorst's feedback.
change i2c_read_rtl_gpio sleep tiemr to 1s update README.md Sorted port speed
This commit is contained in:
@@ -110,11 +110,16 @@ All scripts require:
|
||||
- Python 3
|
||||
- `smbus2` Python package
|
||||
|
||||
Install with:
|
||||
(Depend upon Linux distribution) Install with:
|
||||
```bash
|
||||
pip3 install python3-smbus2
|
||||
```
|
||||
OR
|
||||
```bash
|
||||
pip3 install smbus2
|
||||
```
|
||||
|
||||
|
||||
## Common Use Cases
|
||||
|
||||
Both `i2c_read_rtl_gpio.py` and `i2c_dump_rtl_regs.py` shall run with the **original** firmware, not RTLPlayground firmware.
|
||||
|
||||
Reference in New Issue
Block a user