| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The hardware doesn't allow it, instead the value is reset to 255 upon
setting the other calendar/time values.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This can be used to select the output buffer behaviour of the DAC. The
default values are chosen to retain backwards compatibility with existing
behaviour.
Thanks to @peterhinch for the initial idea to add this feature.
|
|
|
|
|
|
|
|
This API matches (as close as possible) how other pyb classes allow inplace
operations, such as pyb.SPI.recv(buf).
|
|
|
|
|
|
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.
|
|
This fixes #345 and fixes #215.
|
|
|
|
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.
|