Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AdaCore/Ada_Drivers_Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AdaCore/Ada_Drivers_Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: topic/bme280
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 34 files changed
  • 1 contributor

Commits on Dec 7, 2023

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

Commits on Dec 15, 2023

  1. Add draft of BME280 driver

    reznikmm committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    906d43d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbe88c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed91289 View commit details
    Browse the repository at this point in the history
  4. Add XXX_Measurement_Time functions

    Add delay in the Reset procedure. Add more comments.
    reznikmm committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    05a8f60 View commit details
    Browse the repository at this point in the history
  5. Improve BME280 example

    Check chip presense, reset it at the start, wait for
    first measument. Use Ada.Text_IO instead of LCD.
    reznikmm committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3e085be View commit details
    Browse the repository at this point in the history
  6. Add BME280 LCD demo

    reznikmm committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    eb95840 View commit details
    Browse the repository at this point in the history
  7. Add BME280 connected by SPI

    reznikmm committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8eb896f View commit details
    Browse the repository at this point in the history
  8. Add README.md files

    reznikmm committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    87bb251 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Add tagged types for BME280 sensors

    to allow a user to declare several sensor objects and
    process them in a uniform way.
    reznikmm committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    49eb4e1 View commit details
    Browse the repository at this point in the history
Loading