summaryrefslogtreecommitdiff
path: root/ports/raspberrypi/common-hal/digitalio/DigitalInOut.c
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2021-02-26need to gpio_set_dir() at some pointDan Halbert
2021-02-25address review; use gpio_set() carefullyDan Halbert
2021-02-25change DigitalInOut direction only when necessary; strong drive strengthDan Halbert
2021-01-22Fix DigitalInOut.pull on RP2040Scott Shawcroft
It used to always return None. Fixes #4035
2021-01-20Add initial RP2040 supportScott Shawcroft
The RP2040 is new microcontroller from Raspberry Pi that features two Cortex M0s and eight PIO state machines that are good for crunching lots of data. It has 264k RAM and a built in UF2 bootloader too. Datasheet: https://pico.raspberrypi.org/files/rp2040_datasheet.pdf