Skip to content

gpio: add dynamic pin support and conversion functions #131

gpio: add dynamic pin support and conversion functions

gpio: add dynamic pin support and conversion functions #131

Workflow file for this run

on:
push:
branches: [ master ]
pull_request:
name: rustfmt
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt --all -- --check