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 c91ec5c commit 13d9229
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Arduino library for Deneyap Relay

| Address | |
| :--- | :--- |
| 0x1A | default address |
| 0x0C | default address |
| 0x0D | address when ADR1 pad is shorted |
| 0x11 | address when ADR2 pad is shorted |
| 0x12 | address when ADR1 and ADR2 pads are shorted |

## :closed_book:Documentation
Deneyap Relay

How to install a Arduino Library -
[How to install a Arduino Library](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries)

## :pushpin:Deneyap Relay
This Arduino library allows you to use Deneyap Relay with I2C peripheral. You can use this library in your projects with any Arduino compatible board with I2C peripheral.
Expand All @@ -33,9 +33,10 @@ This Arduino library allows you to use Deneyap Relay with I2C peripheral. You ca
- `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 Relay and Board can be connected with I2C cable
- or 3V3, GND, SDA and SCL pins can be connected with jumper cables
Expand Down
6 changes: 4 additions & 2 deletions docs/README_tr.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Deneyap Röle için Arduino kütüphanesidir.

| Adress | |
| :--- | :--- |
| 0x1A | varsayılan adres |
| 0x0C | varsayılan adres |
| 0x0D | ADR1 kısa devre yapıldığındaki adres |
| 0x11 | ADR2 kısa devre yapıldığındaki adres |
| 0x12 | ADR1 ve ADR2 kısa devre yapıldığındaki adres |

## :closed_book:Dokümanlar
Deneyap Röle

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 Röle
Bu Arduino kütüphanesi Deneyap Rölenin 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 @@ -34,6 +34,8 @@ Bu Arduino kütüphanesi Deneyap Rölenin I2C çevre birimi ile kullanılmasın
## 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 Röle ile kullanılan geliştirme kartı I2C kablosu ile bağlanabilir
- veya jumper kablolar ile 3V3, GND, SDA ve SCL bağlantıları yapılabilir.
Expand Down
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name=Deneyap Role
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 Relay
maintainer=Turkish Technnology Team Foundation (T3)
sentence=Arduino library for Deneyap Relay
paragraph=A simple and efficient library to use Deneyap Relay via I2C peripheral.
category=Device Control
url=https://github.com/deneyapkart/deneyap-role-arduino-library
Expand Down
6 changes: 3 additions & 3 deletions src/Deneyap_Role.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
*****************************************************************************
@file Deneyap_Role.cpp
@mainpage Deneyap Relay Arduino Library source file
@mainpage Deneyap Relay 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 Relay Arduino library
Library includes:
Expand Down
6 changes: 3 additions & 3 deletions src/Deneyap_Role.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
*****************************************************************************
@file Deneyap_Role.h
@mainpage Deneyap Relay Arduino Library header file
@version v1.0.0
@date June 21, 2022
@mainpage Deneyap Relay Arduino library header file
@version v1.0.1
@date June 22, 2022
@brief This file contains all function prototypes and macros
for Deneyap Relay Arduino library
*****************************************************************************
Expand Down

0 comments on commit 13d9229

Please sign in to comment.