Thanks to visit codestin.com
Credit goes to github.com

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: mcauser/micropython-mlx90614
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: mcauser/micropython-mlx90614
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 6 files changed
  • 4 contributors

Commits on Jun 24, 2017

  1. upip preparation

    mcauser committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    915228e View commit details
    Browse the repository at this point in the history
  2. Update readme

    mcauser committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    c501b50 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Configuration menu
    Copy the full SHA
    5895dba View commit details
    Browse the repository at this point in the history
  2. document the second zone

    ckuethe committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    4891369 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2017

  1. Merge pull request #1 from ckuethe/master

    the '_B_' version has two sensor zones
    mcauser authored Sep 9, 2017
    Configuration menu
    Copy the full SHA
    d74bf4a View commit details
    Browse the repository at this point in the history
  2. detect single (xAx) and dual (xBx) zone sensors

    and act accordingly. If having dual zones is important to your use
    case, check the `.dual_zone` attribute, otherwise you will get a
    RuntimeError exception
    ckuethe committed Sep 9, 2017
    Configuration menu
    Copy the full SHA
    18758f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Cleanup the second thermopile handling

    * refer to it as object2_temp rather than object_temp2
    * make temperatures accessible as properties of the sensor object
    * more documentation
    ckuethe committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    23de5dc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. fix

    ckuethe committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    6406ed2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ckuethe/master

    detect single (xAx) and dual (xBx) zone sensors
    mcauser authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    104e597 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Update readme

    mcauser committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    f8477e0 View commit details
    Browse the repository at this point in the history
  2. Add license

    mcauser committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    6cb5bef View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

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

Commits on Apr 15, 2021

  1. Merge pull request #4 from boryszef/master

    Add support for the MLX90615 sensor
    mcauser authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    35e0b12 View commit details
    Browse the repository at this point in the history
Loading