Jonathan Reichelt Gjertsen
Jonathan Reichelt Gjertsen
Hi, I see that it's been a while since the last release, and there are some nice things in master that aren't available when installing from PyPI. Any chance of...
Would be nice with an example application of DMA ping-pong (in which the DMA alternates between two buffers so that one can be written to while the other is being...
The ADC module could use a function to set up an interrupt handler for the ADC FIFO interrupt, in a similar fashion to what the GPIO module does. Also: there...
AFAICT the only way to get at the contents of the PIO FIFO debug register is to access the `fdebug` field on the PIO struct and do the appropriate bit...
Hi, thanks for a very nice and useful library. It doesn't seem like it's been maintained for a while though (last commit to master was more than 1 year ago,...
Fixes #1017 Checked by compiling a C++ file that includes all the same files included by `kitchen_sink.c`.
Including `hardware/pio.h` from a C++ file generates warnings like the following. My compiler version is `arm-none-eabi-g++ (GNU Toolchain for the Arm Architecture 11.2-2022.02 (arm-11.16)) 11.2.1 20220111`. ``` In file included...
Much of the functionality assumes certain invariants and can benefit from property-based testing. Use `hypothesis`