RP2040-Examples icon indicating copy to clipboard operation
RP2040-Examples copied to clipboard

Example code for the RP2040 using MicroPython

Results 2 RP2040-Examples issues
Sort by recently updated
recently updated
newest added

These functions are incredibly useful -- thank you for contributing them! I'm interested in using them in a product that may be commercialized, but hesitate to do so without knowing...

Hi, please are You sure return type INT is appropriate for dma_transfer_count()? To me, it seems uint is the correct one: if max number of transfers (0xffffffff) is set to...