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

Calibration update #379

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 11, 2024

  1. Remove unused functions, pin initializations; use the centralized GPI…

    …O pin wrappers from europi.py instead of re-declaring them.
    chrisib committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    892337f View commit details
    Browse the repository at this point in the history
  2. Rewrite the calibration program to support 5V low-accuracy calibratio…

    …n (5V voltage sources seem way more common in EuroRack modules than 10V). Move diagnistic out of contrib, into new firmware/tools namespace. Put calibration here too. Update README, programming instructions, menu accordingly. Add calibration.md with more detailed description of calibration process
    chrisib committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c4375b1 View commit details
    Browse the repository at this point in the history
  3. Implement a new Thermometer class to wrap the temperature sensor. Add…

    … necessary exception handling for Pico 2's (currently) unsupported temperature sensor
    chrisib committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    891824e View commit details
    Browse the repository at this point in the history
  4. Linting

    chrisib committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    28e7036 View commit details
    Browse the repository at this point in the history
  5. Linting

    chrisib committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a556b7c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    757fee4 View commit details
    Browse the repository at this point in the history
  2. Implement a new class for checking the USB connection; Pin 24 doesn't…

    … appear to work on the Pico 2
    chrisib committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9c0efff View commit details
    Browse the repository at this point in the history
  3. Fix typos

    chrisib committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c152773 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d71281 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73b068e View commit details
    Browse the repository at this point in the history
  6. Add newline

    chrisib committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bd69641 View commit details
    Browse the repository at this point in the history
  7. Typo in docstring

    chrisib committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b179031 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    4c5af8d View commit details
    Browse the repository at this point in the history
  2. Indentation cleanup

    chrisib committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    a54befc View commit details
    Browse the repository at this point in the history
  3. Trailing comma

    chrisib committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    f95770e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf4c2eb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    316b397 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Add tools.about for easily checking the version, CPU clocking, & conf…

    …igured EuroPi & Pico models
    chrisib committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    080504b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56c4da9 View commit details
    Browse the repository at this point in the history
  3. Linting

    chrisib committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0e8a634 View commit details
    Browse the repository at this point in the history
  4. Linting

    chrisib committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    aee0e9a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    5d890f2 View commit details
    Browse the repository at this point in the history