-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,5 +34,5 @@ | |
"type": "git", | ||
"url": "https://github.com/tlabio/arduino-unode.git" | ||
}, | ||
"version": "0.8.0" | ||
"version": "0.8.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=uNode-Open | ||
version=0.8.0 | ||
version=0.8.1 | ||
author=Ioannis Charalampidis <[email protected]> | ||
maintainer=Ioannis Charalampidis <[email protected]> | ||
sentence=Hardware abstraction library for TLab uNode<br /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2019 Ioannis Charalampidis, Gijs Mos | ||
* | ||
* This is a private, preview release of the uNode hardware abstraction library. | ||
* The holder of a copy of this software and associated documentation files | ||
* (the "Software") is allowed to use the Software without any obligation to | ||
* create private and/or commercial projects. The Software can be obtained | ||
* through the official channels of the author, including but not limited to | ||
* Github and the official TLab.gr website. It is FORBIDDEN however to modify, | ||
* reverse-engineer, publish, distribute, sublicense, and/or sell copies of the | ||
* Software itself. | ||
* | ||
* The license for this file might change in a future release. The author is not | ||
* obliged to announce this change through any channel but it should be included | ||
* in the release notes. | ||
* | ||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
* | ||
*******************************************************************************/ | ||
|
||
/** | ||
* This file is solely a placeholder to provide a more logical access to the | ||
* uNode-Adapted version of the DHT sensor. | ||
*/ | ||
#include "../../vendor/DHT_sensor_library/uNodeDHT.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters