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: jordancrubin/watermeter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: jordancrubin/watermeter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Jun 2, 2021

  1. Create LICENSE

    jordancrubin authored Jun 2, 2021
    Copy the full SHA
    b8e517d View commit details

Commits on Jun 3, 2021

  1. Copy the full SHA
    659662c View commit details
  2. Copy the full SHA
    f1e9d42 View commit details
  3. Update README.md

    jordancrubin authored Jun 3, 2021
    Copy the full SHA
    d1b8732 View commit details
  4. Update README.md

    jordancrubin authored Jun 3, 2021
    Copy the full SHA
    d6f6b62 View commit details

Commits on Jul 8, 2022

  1. Copy the full SHA
    005cbb4 View commit details
  2. Copy the full SHA
    142c31d View commit details

Commits on Jul 10, 2022

  1. Copy the full SHA
    d0bd19e View commit details
  2. asdsadssa

    jordancrubin committed Jul 10, 2022
    Copy the full SHA
    9201ab8 View commit details

Commits on Jul 21, 2022

  1. Copy the full SHA
    3163553 View commit details
  2. The rest of the lot

    jordancrubin committed Jul 21, 2022
    Copy the full SHA
    7d114b5 View commit details

Commits on Jul 23, 2022

  1. Copy the full SHA
    6607a7f View commit details
  2. Copy the full SHA
    5d8d43b View commit details
  3. Copy the full SHA
    bcd93f6 View commit details
  4. Update README.md

    jordancrubin authored Jul 23, 2022
    Copy the full SHA
    0dd4bb9 View commit details

Commits on Sep 9, 2022

  1. Copy the full SHA
    5bb7804 View commit details
  2. zzzz

    jordancrubin committed Sep 9, 2022
    Copy the full SHA
    8617026 View commit details
  3. ss

    jordancrubin committed Sep 9, 2022
    Copy the full SHA
    6097c93 View commit details

Commits on Oct 6, 2022

  1. Copy the full SHA
    047ea95 View commit details

Commits on Oct 17, 2022

  1. Copy the full SHA
    ea5bc25 View commit details
  2. Copy the full SHA
    788e15a View commit details
Showing with 977 additions and 219 deletions.
  1. +3 −0 .vscode/extensions.json
  2. +674 −121 LICENSE
  3. +53 −6 README.md
  4. +69 −18 examples/testmeter/testmeter.ino
  5. +1 −1 keywords.txt
  6. +2 −2 library.properties
  7. +1 −1 platformio.ini
  8. +102 −47 src/Watermeter.cpp
  9. +7 −6 src/Watermeter.h
  10. +65 −17 src/main.txt
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -3,5 +3,8 @@
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}
Loading