diff --git a/README.md b/README.md index b4d2db2..3e22f9f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Deneyap Soil Moisture ICM7555CBA [ICM7555CBA-datasheet](https://rocelec.widen.net/view/pdf/vizcydss0o/HRISS396-1.pdf?t.download=true&u=5oefqw) -How to install a Arduino Library - +[How to install a Arduino Library](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries) ## :pushpin:Deneyap Soil Moisture ICM7555CBA This Arduino library allows you to use Deneyap Soil Moisture ICM7555CBA sensor with I2C peripheral. You can use this library in your projects with any Arduino compatible board with I2C peripheral. @@ -37,9 +37,10 @@ This Arduino library allows you to use Deneyap Soil Moisture ICM7555CBA sensor w - `library.properties ` General library properties for the Arduino package manager ## Version History - 1.0.0 - initial release +1.0.1 - update library.properties file + ## :rocket:Hardware Connections - Deneyap Soil Moisture and Board can be connected with I2C cable - or 3V3, GND, SDA and SCL pins can be connected with jumper cables diff --git a/docs/README_tr.md b/docs/README_tr.md index 704cbcc..1305caf 100644 --- a/docs/README_tr.md +++ b/docs/README_tr.md @@ -23,7 +23,7 @@ Deneyap Toprak Nemi Ölçer ICM7555CBA [ICM7555CBA-datasheet](https://rocelec.widen.net/view/pdf/vizcydss0o/HRISS396-1.pdf?t.download=true&u=5oefqw) -Arduino Kütüphanesi Nasıl İndirilir +[Arduino Kütüphanesi Nasıl İndirilir](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries) ## :pushpin:Deneyap Toprak Nemi Ölçer ICM7555CBA Bu Arduino kütüphanesi Deneyap Toprak Nemi Ölçer algılayıcısının I2C çevre birimi ile kullanılmasını sağlar. Arduino ile uyumlu, I2C çevre birimine sahip herhangi bir geliştirme kartı ile bu kütüphaneyi projelerinizde kullanabilirsiniz. @@ -38,6 +38,8 @@ Bu Arduino kütüphanesi Deneyap Toprak Nemi Ölçer algılayıcısının I2C ç ## Sürüm Geçmişi 1.0.0 - ilk sürüm +1.0.1 - library.properties dosyasının güncellenmesi + ## :rocket:Donanım Bağlantıları - Deneyap Toprak Nemi Ölçer ile kullanılan geliştirme kartı I2C kablosu ile bağlanabilir - veya jumper kablolar ile ile 3V3, GND, SDA ve SCL bağlantıları yapılabilir. diff --git a/library.properties b/library.properties index b57da7b..94f9c28 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=Deneyap Toprak Nemi Olcer -version=1.0.0 +version=1.0.1 author=RFtek Electronics -maintainer=RFtek Electronics -sentence=Library for Deneyap Soil Moisture ICM7555CBA sensor -paragraph=A simple and efficient library to use Deneyap Soil Moisture ICM7555CBA sensore via I2C peripheral. +maintainer=Turkish Technnology Team Foundation (T3) +sentence=Arduino library for Deneyap Soil Moisture Sensor ICM7555CBA +paragraph=A simple and efficient library to use Deneyap Soil Moisture sensor ICM7555CBA via I2C peripheral. category=Sensors url=https://github.com/deneyapkart/deneyap-toprak-nemi-olcer-arduino-library architectures=* \ No newline at end of file diff --git a/src/Deneyap_ToprakNemiOlcer.cpp b/src/Deneyap_ToprakNemiOlcer.cpp index fc6e02b..c6d445f 100644 --- a/src/Deneyap_ToprakNemiOlcer.cpp +++ b/src/Deneyap_ToprakNemiOlcer.cpp @@ -1,13 +1,13 @@ /* ***************************************************************************** @file Deneyap_ToprakNemiOlcer.cpp -@mainpage Deneyap Soil Moisture Sensor based ICM7555CBA Library - Source File +@mainpage Deneyap Soil Moisture Sensor ICM7555CBA Arduino library + source file @maintainer RFtek Electronics -@version v1.0.0 -@date June 21, 2022 +@version v1.0.1 +@date June 22, 2022 @brief Includes functions to control Deneyap Soil Moisture Sensor - based ICM7555CBA Arduino library + ICM7555CBA Arduino library Library includes: --> Configuration functions diff --git a/src/Deneyap_ToprakNemiOlcer.h b/src/Deneyap_ToprakNemiOlcer.h index b2f6f41..47964b1 100644 --- a/src/Deneyap_ToprakNemiOlcer.h +++ b/src/Deneyap_ToprakNemiOlcer.h @@ -1,11 +1,11 @@ /* ***************************************************************************** @file Deneyap_ToprakNemiOlcer.h -@mainpage Deneyap Soil Moisture Sensor based ICM7555CBA Library header file -@version v1.0.0 -@date June 21, 2022 +@mainpage Deneyap Soil Moisture Sensor ICM7555CBA library header file +@version v1.0.1 +@date June 22, 2022 @brief This file contains all function prototypes and macros - for Deneyap Soil Moisture Sensor based ICM7555CBA Library + for Deneyap Soil Moisture Sensor ICM7555CBA Arduino library ***************************************************************************** */