Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK 2.0 support #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

SDK 2.0 support #5

wants to merge 2 commits into from

Commits on Sep 13, 2024

  1. SDK 2.0 support

    Removed calling clock_init() because that function is no longer exposed in Pico SDK 2.0. Also, commented measured current at different points in the execution
    gregyedlik committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f7ea29e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Added runtime_init_clocks()

    In the SDK 2.0, runtime_init_clocks() replaces the clocks_init() or SDK 1.5.1 and earlier. The rest works perfectly.
    gregyedlik committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    630ab19 View commit details
    Browse the repository at this point in the history