Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
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: balena-labs-projects/balena-sense
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: billz/balena-sense
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 7, 2019

  1. Copy the full SHA
    ab8772b View commit details
  2. Copy the full SHA
    7b5fb83 View commit details
  3. Update for python project

    billz committed Jul 7, 2019
    Copy the full SHA
    19215f3 View commit details
  4. Import SDS001 module

    billz committed Jul 7, 2019
    Copy the full SHA
    f4e5b86 View commit details
Showing with 772 additions and 0 deletions.
  1. +5 −0 .gitignore
  2. +579 −0 sensor/scripts/sds011.py
  3. +1 −0 sensor/scripts/sensor.py
  4. +187 −0 sensor/scripts/test.py
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
.DS_Store
*.swp
*.swo
*~
__pycache__/
*.pyc
Loading