-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from akkoyun/03.02.17
03.02.17 - Readme Update
- Loading branch information
Showing
4 changed files
with
120 additions
and
151 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 |
---|---|---|
@@ -1,24 +1,40 @@ | ||
# Environment<sup>03</sup> | ||
Environment Sensor Library - 03.01.00 | ||
# Environment <sup>V3</sup> | ||
|
||
![GitHub release (latest by date)](https://img.shields.io/github/v/release/akkoyun/Environment) ![arduino-library-badge](https://www.ardu-badge.com/badge/Environment.svg?) ![Visits Badge](https://badges.pufler.dev/visits/akkoyun/Environment) ![GitHub stars](https://img.shields.io/github/stars/akkoyun/Environment?style=flat&logo=github) ![Updated Badge](https://badges.pufler.dev/updated/akkoyun/Environment) ![GitHub](https://img.shields.io/github/license/akkoyun/Environment) ![PlatformIO Registry](https://badges.registry.platformio.org/packages/akkoyun/library/Environment.svg) | ||
|
||
Library - 03.02.17 | ||
--- | ||
|
||
In real world environmet measurements are so important for electronics. This library able to measure most common sensors environment measurements. Also data mining and cleaning is so important for true data. Tnis library measures data more then one times and make some statistics works. The output of library is so cleand and trust data. We are working on other most common sensors. Below list is the recent sensor support. Thanks for interesting. | ||
**Abstract** | ||
|
||
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/akkoyun/Environment) | ||
![GitHub All Releases](https://img.shields.io/github/downloads/akkoyun/Environment/total) | ||
![GitHub](https://img.shields.io/github/license/akkoyun/Environment) | ||
Many small embedded systems exist to collect data from sensors, analyse the data, and either take an appropriate action or send that sensor data to another system for processing. | ||
|
||
--- | ||
One of the many challenges of embedded systems design is the fact that parts you used today may be out of production tomorrow, or system requirements may change and you may need to choose a different sensor down the road. | ||
|
||
In real world environmet measurements are so important for electronics. This library able to measure most common sensors environment measurements. Also data mining and cleaning is so important for true data. Tnis library measures data more then one times and make some statistics works. The output of library is so cleand and trust data. We are working on other most common sensors. | ||
|
||
Below list is the recent sensor support. Thanks for interesting. | ||
|
||
**Sensor List** | ||
|
||
* SHT21 - Temperature | ||
* SHT21 - Humidity | ||
* MPL3115A2 - Pressure | ||
* TSL2561 - Light | ||
* HDC2010 - Temperature | ||
* HDC2010 - Humidity | ||
* Analog Sensor Read | ||
|
||
* SHT21 - Temperature | ||
* SHT21 - Humidity | ||
* MPL3115A2 - Pressure | ||
* TSL2561 - Light | ||
* HDC2010 - Temperature | ||
* HDC2010 - Humidity | ||
**Structure** | ||
|
||
Environment Library | ||
| | ||
|-- I2C Functions | ||
| | | ||
| |-- Sensor Library (Definations) | ||
| | ||
|-- Statistical | ||
|
||
--- | ||
|
||
[![Support me](https://img.shields.io/badge/Support-PATREON-GREEN.svg)](https://www.patreon.com/bePatron?u=62967889) ![Twitter Follow](https://img.shields.io/twitter/follow/gunceakkoyun?style=social) ![YouTube Channel Views](https://img.shields.io/youtube/channel/views/UCIguQGdaBT1GnnVMz5qAZ2Q?style=social) ![Repos Badge](https://badges.pufler.dev/repos/akkoyun) [![E-Mail](https://img.shields.io/badge/E_Mail-Mehmet_Gunce_Akkoyun-blue.svg)](mailto:[email protected]) |
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=Environment | ||
version=3.2.16 | ||
version=3.2.17 | ||
author=Gunce Akkoyun <[email protected]> | ||
maintainer=Gunce Akkoyun <[email protected]> | ||
sentence=Read enviroment sensors | ||
|
Oops, something went wrong.