Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinger-io/climastick
Arduino Library for Thinger.io ClimaStick hardware.
https://github.com/thinger-io/climastick
arduino-library
Last synced: 5 days ago
JSON representation
Arduino Library for Thinger.io ClimaStick hardware.
- Host: GitHub
- URL: https://github.com/thinger-io/climastick
- Owner: thinger-io
- Created: 2017-02-23T15:52:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T17:43:11.000Z (over 3 years ago)
- Last Synced: 2023-10-20T23:28:11.525Z (about 1 year ago)
- Topics: arduino-library
- Language: C++
- Size: 136 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The ClimaStick library is a programming interface, created to simplify work with this board.
It requires modern Arduino IDE version, starting at 1.6.3.
## Documentation
Please, refer to the following page for a full documentation of the Arduino ClimaStick Library.
[ClimaStick Documentation](http://docs.thinger.io/hardware/climaStick/)
## License
The class is licensed under the [MIT License](http://opensource.org/licenses/MIT):
Copyright © 2017 [THINK BIG LABS SL](http://thinger.io)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.