summaryrefslogtreecommitdiff
path: root/ports/litex/common-hal/digitalio/DigitalInOut.c
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-06-26Use NULL for deinited DigitalInOutScott Shawcroft
This fixes a Display issue where no backlight pin is given but it's still deinitialized.
2020-05-20Update digitalio api for other portsScott Shawcroft
2020-03-31ports: litex: add port and fomu boardSean Cross
This adds support for Litex, along with support for the Fomu FPGA board. Signed-off-by: Sean Cross <sean@xobs.io>