Skip to content

Commit

Permalink
update library.properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
zeynepdicle committed Jun 22, 2022
1 parent 2fdd2b0 commit 6641e78
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion docs/README_tr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=Deneyap Toprak Nemi Olcer
version=1.0.0
version=1.0.1
author=RFtek Electronics <techsupport@rftek.com.tr>
maintainer=RFtek Electronics <techsupport@rftek.com.tr>
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=*
10 changes: 5 additions & 5 deletions src/Deneyap_ToprakNemiOlcer.cpp
Original file line number Diff line number Diff line change
@@ -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 <techsupport@rftek.com.tr>
@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
Expand Down
8 changes: 4 additions & 4 deletions src/Deneyap_ToprakNemiOlcer.h
Original file line number Diff line number Diff line change
@@ -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
*****************************************************************************
*/

Expand Down

0 comments on commit 6641e78

Please sign in to comment.