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: n-elia/MAX30102-MicroPython-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: n-elia/MAX30102-MicroPython-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on May 14, 2026

  1. bug fixes:

    - lines 581-584: shifted wrong direction
    - line 685: wrong intendation
    - lines 214, 403, 410: confusing function name
    	modified:   max30102/__init__.py
    sakluk committed May 14, 2026
    Configuration menu
    Copy the full SHA
    323d38d View commit details
    Browse the repository at this point in the history
  2. modified example to use set_pulse_amplitude_ir()

    	modified:   README.md
    sakluk committed May 14, 2026
    Configuration menu
    Copy the full SHA
    5c0c6b8 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. Merge pull request #26 from sakluk/main

    1 renamed set_pulse_amplitude_it() to set_pulse_amplitude_ir()
    2 changed bit shift direction in fifo_bytes_to_int() to return (value[0] & 0x3FFFF) >> (3 - self._pulse_width)
    3 changed in check() the intendation to left for return True to let the function handle all samples in buffer
    n-elia authored May 18, 2026
    Configuration menu
    Copy the full SHA
    1e27ccd View commit details
    Browse the repository at this point in the history
  2. Remove the bugfix comment

    n-elia committed May 18, 2026
    Configuration menu
    Copy the full SHA
    0c01c7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50fe603 View commit details
    Browse the repository at this point in the history
  4. Prepare for v0.5.0 release

    n-elia committed May 18, 2026
    Configuration menu
    Copy the full SHA
    a38a0f8 View commit details
    Browse the repository at this point in the history
Loading