mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 08:06:34 +01:00
made the example work
This commit is contained in:
@@ -7,7 +7,11 @@ aliases:
|
||||
The Pybytes library is positioned in the [frozen](/advance/frozen/) section of the firmware. It can be imported like regular modules:
|
||||
```python
|
||||
from _pybytes import Pybytes
|
||||
pybytes = Pybytes()
|
||||
from _pybytes_config import PybytesConfig
|
||||
conf = PybytesConfig().read_config()
|
||||
pybytes = Pybytes(conf)
|
||||
|
||||
pybytes.start()
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user