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: ClemensRiederer/TinyLoRa-BME280_v1.1 Loading
base: master
Choose a base ref
...
head repository: wero1414/TinyLoRa-BME280_v1.1 Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 20, 2018

  1. Add gitignore

    wero1414 committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    ab897f6 View commit details
    Browse the repository at this point in the history
  2. Add class C function

    wero1414 committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    36d5bd3 View commit details
    Browse the repository at this point in the history
  3. update README

    wero1414 committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    35fc625 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

  1. Move example sketch to appropriately named folder

    The Arduino IDE requires the sketch folder name to match the filename of the primary sketch file. This change causes the example sketch to be accessible via the Arduino IDE's File > Examples > LIBRARYNAME menu after the library is installed.
    
    Reference:
    https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#library-examples
    per1234 committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    33ab2e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Merge pull request #1 from per1234/example-folder

    Move example sketch to appropriately named folder
    wero1414 committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    0c6e60f View commit details
    Browse the repository at this point in the history
Loading