|
| 1 | +/******************************************************************************* |
| 2 | + * Copyright (c) 2019 Ioannis Charalampidis, Gijs Mos |
| 3 | + * |
| 4 | + * This is a private, preview release of the uNode hardware abstraction library. |
| 5 | + * The holder of a copy of this software and associated documentation files |
| 6 | + * (the "Software") is allowed to use the Software without any obligation to |
| 7 | + * create private and/or commercial projects. The Software can be obtained |
| 8 | + * through the official channels of the author, including but not limited to |
| 9 | + * Github and the official TLab.gr website. It is FORBIDDEN however to modify, |
| 10 | + * reverse-engineer, publish, distribute, sublicense, and/or sell copies of the |
| 11 | + * Software itself. |
| 12 | + * |
| 13 | + * The license for this file might change in a future release. The author is not |
| 14 | + * obliged to announce this change through any channel but it should be included |
| 15 | + * in the release notes. |
| 16 | + * |
| 17 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 18 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 19 | + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 20 | + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 21 | + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 22 | + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 23 | + * |
| 24 | + *******************************************************************************/ |
| 25 | + |
| 26 | +/** |
| 27 | + * This file is solely a placeholder to provide a more logical access to the |
| 28 | + * uNode-Adapted version of the DHT sensor. |
| 29 | + */ |
| 30 | +#include "../../vendor/DHT_sensor_library/uNodeDHT.hpp" |
0 commit comments