Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/DRWI_DigiLTE/DRWI_DigiLTE.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* @brief Example for DRWI CitSci LTE sites.
*
* @author Sara Geleskie Damiano <[email protected]>
* @author Anthony Aufdenkampe <[email protected]>
* @copyright (c) 2017-2022 Stroud Water Research Center (SWRC)
* and the EnviroDIY Development Team
* This example is published under the BSD-3 license.
Expand Down
10 changes: 10 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,16 @@
"authors": ["Anthony Aufdenkampe"],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "cryptosuite2",
"owner": "envirodiy",
"url": "https://github.com/EnviroDIY/cryptosuite2",
"version": "~0.2.7",
"note": "Arduino/Generic C library for SHA256, SHA1 hashing and SHA256-HMAC, SHA1-HMAC",
"authors": [],
"frameworks": "arduino",
"platforms": "*"
}
]
}
Loading