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_STHS34PF80_Arduino_Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: sparkfun/SparkFun_STHS34PF80_Arduino_Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 14 files changed
  • 6 contributors

Commits on Oct 23, 2023

  1. Added comment header section to examples

    Added more documentation and links to the examples.
    MadisonC-SparkFun committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7a56ff7 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Updated pin definitions

    Updated the generic pin definition for the Arduino library examples
    MadisonC-SparkFun committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1846198 View commit details
    Browse the repository at this point in the history
  2. comments to match pin definitions

    Missed a comment or two from previous push - comments and pin definitions now match one another
    MadisonC-SparkFun committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5ec9aae View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Update README.md

    Fixed bad links
    gigapod authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    6ef3732 View commit details
    Browse the repository at this point in the history
  2. version bump

    gigapod committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    753c6b0 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    c094871 View commit details
    Browse the repository at this point in the history
  4. moved begin() methods to a) standard type of bools and b) now they ac…

    …tually return a status - not always 0; makes use of the new macro for address; sfe_bus.h is now using proper case - lower - which is important for linux/unix/macos
    gigapod committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    fa3facb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from sparkfun/bug_fixes

    Bug fixes to support actual use.
    gigapod authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    da626ed View commit details
    Browse the repository at this point in the history
  6. lib is at v1.0.2 on git hub

    gigapod committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    4659dc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Functional example 1 added

    Changed sfe_bus to be standard to other SFE libraries, and made changes in other files to make example 1 functional
    MadisonC-SparkFun committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    377a424 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Examples are functional

    Made update to begin() function call in the examples; all examples now work
    MadisonC-SparkFun committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c719a4b View commit details
    Browse the repository at this point in the history
  2. Updated version number - ready for release

    library.properties is now correct with the version number to be released
    MadisonC-SparkFun committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    afbe754 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Create add_issue_to_project.yml

    Adding .yml for GitHub issue tracking.
    SFEMark committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1ee6ce5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on Aug 21, 2024

  1. Fix SPI

    Fixes #7
    sfe-SparkFro committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0570542 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab669e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from davidorser/main

    Prototype Test for Pull Request to ask about best way to handle Wire.…
    sfe-SparkFro authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ce11d27 View commit details
    Browse the repository at this point in the history
Loading