Minor rewording and update micropython-lib URL

pull/31/head
dogtopus 2023-03-06 00:37:41 -04:00 zatwierdzone przez GitHub
rodzic ffb7eefc1f
commit e832880b48
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -320,9 +320,9 @@ by a single string.
## 5.1 Installation
The library comprises a single file `minipb.py`. It has a dependency, the
The library comprises a single file `minipb.py`. It has some dependencies, the
`logging` module `logging.py` and `bisect` module `bisect.py` which may be found in
[micropython-lib](https://github.com/micropython/micropython-lib/tree/master/logging).
[micropython-lib](https://github.com/micropython/micropython-lib/tree/master/python-stdlib).
On RAM constrained platforms `minipb.py` may be cross-compiled or frozen as
bytecode for even lower RAM consumption.