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: v0.4.0
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: main
Choose a head ref
  • 17 commits
  • 14 files changed
  • 1 contributor

Commits on Jul 6, 2022

  1. Removes unused import

    n-elia authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    9979fcf View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Adds some details about compatibility with mip (WIP) and improves m…

    …anual installation guide.
    n-elia committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    e4e2a3e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    n-elia committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    e51cc4e View commit details
    Browse the repository at this point in the history
  3. Support to mip package manager (#16)

    * Changes module's files structure. The module import does not change with this commit.
    
    * Adds package.json for the package to be available via mip and mpremote.
    
    * Adds support to mip.
    
    * Bumps to v0.4.1.
    n-elia authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    3d318fe View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Update main.py

    n-elia authored Dec 4, 2022
    Configuration menu
    Copy the full SHA
    3612682 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Add module pre-compile to fix some import errors (#19)

    * Adds a pre-compile CI workflow that outputs a pre-compiled version of the module.
    * Edits some comments and updates the README.
    n-elia authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9f70485 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    n-elia authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4ce03b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Typo fix

    n-elia authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    2eaf94c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f53c67 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. More typos

    n-elia authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    fcdb140 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Update README.md

    n-elia authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    b9e2b93 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    e4fc31a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from n-elia/dev

    Updates the examples adding HR monitor
    n-elia authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    235057b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    1f6634e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b9a810 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24 from n-elia/dev

    Release v0.4.2
    n-elia authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    16604ae View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Fixes some typos

    n-elia authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f1e7b11 View commit details
    Browse the repository at this point in the history
Loading