Skip to content

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akerr501 committed Nov 13, 2020
1 parent d49219e commit acd3800
Show file tree
Hide file tree
Showing 66 changed files with 1,541 additions and 1,118 deletions.
Binary file modified Arduino_Profile/samd.zip
Binary file not shown.
64 changes: 64 additions & 0 deletions Arduino_Profile/samd/libraries/Loom-master/.zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"creators": [
{
"affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Oregon State University",
"name": "Goertzen, Luke"
},
{
"affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Oregon State University",
"name": "Selbie, William"
},
{
"affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Oregon State University",
"name": "Swope, Trevor"
},
{
"affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Oregon State University",
"name": "Koontz, Noah"
},
{
"affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Oregon State University",
"name": "noblek"
},
{
"affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Oregon State University",
"name": "leedongj"
},
{
"affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Oregon State University",
"name": "Kang, Kenneth"
},
{
"affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Oregon State University",
"name": "Kerr, Adam"
},
{
"affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Oregon State University",
"name": "Brady, C. Greyston"
},
{
"affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Oregon State University",
"name": "Winkelman, Eli"
},
{
"affiliation": "Department of Biological & Ecological Engineering, Oregon State University",
"name": "Selker, John S."
},
{
"affiliation": "Openly Published Environmental Sensing (OPEnS) Lab, Oregon State University",
"name": "Udell, Chester J."
}
],
"description": "Arduino library for Internet of Things Rapid Prototyping in environmental sensing.",
"keywords": [
"Arduino Library",
"Enviromental Sensing",
"Arduino",
"Open source software",
"Feather M0"
],
"license": {
"id": "gpl-3.0"
},
"title": "Loom"
}
2 changes: 1 addition & 1 deletion Arduino_Profile/samd/libraries/Loom-master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a href=https://github.com/OPEnSLab-OSU/Loom/wiki/Configuration>Configuration</a>
</p>

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3266419.svg)](https://doi.org/10.5281/zenodo.3266419)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4012710.svg)](https://doi.org/10.5281/zenodo.4012710)

## Table of Contents

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// The only configuration value the relay needs is the pin of the relay
// which is currently set to pin 10 in the config

// Documentation for Relay: https://openslab-osu.github.io/Loom/doxygenV2/html/class_loom___relay.html

///////////////////////////////////////////////////////////////////////////////

#include <Loom.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

// The configuration currently expects the relay is connected to pin 10

// Documentation for Analog: https://openslab-osu.github.io/Loom/doxygenV2/html/class_loom___analog.html

///////////////////////////////////////////////////////////////////////////////

#include <Loom.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// block / wait for a packet before continuing, that example is
// LoRa > Receive_Blocking

// Documentation for LoRa: https://openslab-osu.github.io/Loom/doxygenV2/html/class_loom___lo_ra.html

///////////////////////////////////////////////////////////////////////////////

#include <Loom.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
// The maximum time to wait for a packet is provided in milliseconds,
// 5000 in this case

// Documentation for LoRa: https://openslab-osu.github.io/Loom/doxygenV2/html/class_loom___lo_ra.html

///////////////////////////////////////////////////////////////////////////////

#include <Loom.h>
Expand Down
Loading

0 comments on commit acd3800

Please sign in to comment.