| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
movwt can now move a full 32-bit constant into a register.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also provide workarounds, link to other revelant sections,
and fix some typos.
|
|
- The link establishment timeout is infinite by default
- Fix typo in notes about the auth kwarg
|
|
|
|
|
|
|
|
This patch allows you to stop auto-indent by pressing enter on a second
blank line. Easier than having to use backspace, and prevents new users
from getting stuck in auto-indent mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They return None if no data available.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This patch allows to configure the DAC resolution in the constructor and
in the init function, eg:
dac = DAC(1, bits=12).
The default resolution is 8 bits for backwards compatibility. The bits
sets the maximum value accepted by write and write_timed methods, being
2**bits - 1.
When using write_timed with 12-bit resolution, the input buffer is
treated as an unsigned half-word array, typecode 'H'.
See PR #1130 for discussion.
|
|
|