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: sparkfun/SparkFun_BME280_Arduino_Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.9
Choose a base ref
...
head repository: sparkfun/SparkFun_BME280_Arduino_Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 4 files changed
  • 5 contributors

Commits on May 7, 2022

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

Commits on May 9, 2022

  1. Merge pull request #53 from jnslr/master

    change byte to uint8_t to avoid naming conflict with ESP8266 toolchain
    nseidle authored May 9, 2022
    Configuration menu
    Copy the full SHA
    8806f66 View commit details
    Browse the repository at this point in the history
  2. Update library.properties

    nseidle committed May 9, 2022
    Configuration menu
    Copy the full SHA
    56e7ff4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Create add_issue_to_project.yml

    Adding issue tracking .yml file for issue tracking in GH Projects.
    SFEMark committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c42e780 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. Support for SPIClass

    pschatzmann committed Oct 5, 2025
    Configuration menu
    Copy the full SHA
    7569e49 View commit details
    Browse the repository at this point in the history
  2. Undo changes to TwoWire

    pschatzmann committed Oct 5, 2025
    Configuration menu
    Copy the full SHA
    d7f0b8c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Merge pull request #56 from pschatzmann/master

    Optionally Specify SPIClass in beginSPI
    edspark authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    ffe93fa View commit details
    Browse the repository at this point in the history
  2. Number of changes along with an accidental format changes, rolls version

    Fixes some code that didn't fit it's function, though operates simlarly
    Changes the name of some macros that were too generically named, causing
    conflicts with other libraries
    edspark committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    870c17d View commit details
    Browse the repository at this point in the history
Loading