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:
HL Yi
2026-06-22 00:18:32 -05:00
parent d152f89549
commit 70be673fca
3 changed files with 32 additions and 27 deletions
+6 -1
View File
@@ -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.