RPi Pico/RP2040 firmware for the Scoppy Oscilloscope
Go to file
fhdm-dev a8f35154de initial commit 2023-02-06 05:09:19 +11:00
pico initial commit 2023-02-06 05:09:19 +11:00
scoppy initial commit 2023-02-06 05:09:19 +11:00
LICENSE initial commit 2023-02-06 05:09:19 +11:00
README.md initial commit 2023-02-06 05:09:19 +11:00

README.md

scoppy-pico

Scoppy Oscilloscope firmware for the RPi Pico

Build

    git clone https://github.com/fhdm-dev/scoppy-pico.git
    cd scoppy-pico
    mkdir build
    cd build
    cmake ../pico
    make