Age | Commit message (Collapse) | Author |
|
|
|
|
|
This is useful for monitoring errors on the bus and knowing when a restart
is needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will return the RSSI of the AP that the STA is connected to.
|
|
|
|
The formatting of exception objects is done as per CPython conventions, eg:
:exc:`TypeError`
|
|
|
|
|
|
|
|
This format is used in 2-color LED matrices and in e-ink displays like
SSD1606.
|
|
|
|
|
|
|
|
|
|
The parameter order in the example for ticks_diff was incorrect. If it's
"too early" that means that scheduled time is greater than current time and
if it's "running late" then scheduled time would be less than current time.
|
|
Per POSIX, http://pubs.opengroup.org/onlinepubs/9699919799/functions/poll.html
these flags aren't valid in the input eventmask. Instead, they can be
returned in unsolicited manner in the output eventmask at any time.
|
|
Put offset first in OR expressions, and use "offset" var instead of
hardcoded numbers. Hopefully, this will make it more self-describing
and show patterns better.
|
|
|
|
|
|
|
|
The argument is optional and if given should be a string naming the
status variable to query.
|
|
Doesn't list specific API calls yet, the purpose is to let user know that
the module exists.
|
|
Plus, additional descriptions/formatting.
|
|
|
|
|
|
And describe an alternative of using uselect.poll().
|
|
|
|
I have not actually tested this, going by information available in https://forum.micropython.org/viewtopic.php?t=2584
|
|
|
|
Use the "usocket" module name everywhere. Use "MicroPython port"
terminology. Suggest to avoid using IPPROTO_* constants in socket()
call.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|