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

Revise the Raspberry Pi Pico sample implementation #10

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    6207c94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    629bb8e View commit details
    Browse the repository at this point in the history
  3. pico example: fix some shortcomings in the code:

    - Don't read from an uninitiailized boolean variable.
    - Pull up the SCL and SDA pins used for I2C.
    - Use sleep_us for higher precision in the HAL.
    - Add error logging.
    - Increase precision of reported measurement data.
    - Remove lengthy sensor self-test.
    - Remove unused variables and functions.
    - Address any -Wall -Wextra warnings.
    dgoffredo committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0d30720 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    a7fd6d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ad8861 View commit details
    Browse the repository at this point in the history