Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frklan/esp32-temp
Simple temp reader for ESP32
https://github.com/frklan/esp32-temp
Last synced: 16 days ago
JSON representation
Simple temp reader for ESP32
- Host: GitHub
- URL: https://github.com/frklan/esp32-temp
- Owner: frklan
- License: other
- Created: 2020-12-26T10:12:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-26T10:13:36.000Z (about 4 years ago)
- Last Synced: 2024-11-20T23:33:56.546Z (3 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP-Temp
A very simple temperture reader using my [thermistor](https://github.com/frklan/ESP32-Thermistor.git) driver.
## Modding ESP-IDF for C++17
Note this C++17 in ESP-IDF we have to hack the IDF according to [this](https://github.com/espressif/esp-idf/pull/4846/commits/8db55cad642aa116b1a5d7093139f5d5087c3dfd) pull request yet to be merged.
## Contributing
Contributions are always welcome!
When contributing to this repository, please first discuss the change you wish to make via the issue tracker, email, or any other method with the owner of this repository before making a change.
Please note that we have a code of conduct, you are required to follow it in all your interactions with the project.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/frklan/GameEngine/tags).
## Authors
* **Fredrik Andersson** - *Initial work* - [frklan](https://github.com/frklan)
## License
This project is licensed under the CC BY NA License - see the [LICENSE](LICENSE) file for details