Files
pycom-documentation/content/pybytes/api/_index.md

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)

API List