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: milesburton/Arduino-Temperature-Control-Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: graveslab/Arduino-Temperature-Control-Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 2 files changed
  • 1 contributor

Commits on May 5, 2017

  1. High-speed single-drop support

    Added singleGetTempC(void), singleGetTempF(void) for quickly getting the temperatures from single-drop systems without wasting time on addresses.  Does NOT support DS18SMODEL devices.
    brandoncurtis authored May 5, 2017
    Configuration menu
    Copy the full SHA
    5f9af01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c2880 View commit details
    Browse the repository at this point in the history
  3. add DS18S20, DS1820 support to single-drop

    take an optional bool isDS18S20 in singleGetTempC() and singleGetTempF() to support DS18S20 and DS1820 on single-drop systems.
    brandoncurtis authored May 5, 2017
    Configuration menu
    Copy the full SHA
    12c50a1 View commit details
    Browse the repository at this point in the history
  4. add DS18S20, DS1820 support to single-drop

    take an optional bool isDS18S20 in singleGetTempC() and singleGetTempF() to support DS18S20 and DS1820 on single-drop systems.
    brandoncurtis authored May 5, 2017
    Configuration menu
    Copy the full SHA
    6b8422e View commit details
    Browse the repository at this point in the history
  5. fix type

    brandoncurtis authored May 5, 2017
    Configuration menu
    Copy the full SHA
    0fd7292 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cadeb18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc34a70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02a31b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf93fbf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    077bcab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4bcda4 View commit details
    Browse the repository at this point in the history
Loading