| Age | Commit message (Collapse) | Author |
|
|
|
This commit will not build, it exists just to track changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Comes with test script. Copy both files to pyboard and run
"import nrf24l01test".
|
|
|
|
3rd party drivers should not export generic names like "close".
|
|
Most of the time you don't use the NSS pin of the SPI bus, and so it
shouldn't be enabled by default (this gave some bugs in the past).
|
|
|
|
Allows to create socket objects that support TCP and UDP in server and
client mode. Interface is very close to standard Python socket class,
except bind and accept do not work the same (due to hardware not
supporting them in the usual way).
Not compiled by default. To compile this module, use:
make MICROPY_PY_WIZNET5K=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|