Skip to content

Added Waveshare RP2040 LCD 1.28 to README.md #251

Added Waveshare RP2040 LCD 1.28 to README.md

Added Waveshare RP2040 LCD 1.28 to README.md #251

Workflow file for this run

on: [push, pull_request]
name: Clippy check
jobs:
clippy_check:
runs-on: ubuntu-20.04
env:
RUSTFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
target: thumbv6m-none-eabi
components: clippy
- run: cargo clippy --workspace --examples --features rp2040-hal/rtic-monotonic -- -Dwarnings