mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 11:06:37 +01:00
1.4 KiB
1.4 KiB
title, aliases
| title | aliases |
|---|---|
| Pybytes library API |
To test Pybytes library API, connect your device to Pymakr and call the methods listed below. You can use Pybytes library API in your MicroPython project.
Debugging
If you are facing any issues try to enable debugging. There are multiple debug levels, 0 is warnings only, 99 is currently the highest used).
use:
>> import pycom;
>> pycom.nvs_set('pybytes_debug', debugLevel)
e.g.
>> import pycom;
>> pycom.nvs_set('pybytes_debug', 99)