Skip to content

Commit 13d9229

Browse files
committed
update library.properties file
1 parent c91ec5c commit 13d9229

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Arduino library for Deneyap Relay
1212

1313
| Address | |
1414
| :--- | :--- |
15-
| 0x1A | default address |
15+
| 0x0C | default address |
1616
| 0x0D | address when ADR1 pad is shorted |
1717
| 0x11 | address when ADR2 pad is shorted |
1818
| 0x12 | address when ADR1 and ADR2 pads are shorted |
1919

2020
## :closed_book:Documentation
2121
Deneyap Relay
2222

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

2525
## :pushpin:Deneyap Relay
2626
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.
@@ -33,9 +33,10 @@ This Arduino library allows you to use Deneyap Relay with I2C peripheral. You ca
3333
- `library.properties ` General library properties for the Arduino package manager
3434

3535
## Version History
36-
3736
1.0.0 - initial release
3837

38+
1.0.1 - update library.properties file
39+
3940
## :rocket:Hardware Connections
4041
- Deneyap Relay and Board can be connected with I2C cable
4142
- or 3V3, GND, SDA and SCL pins can be connected with jumper cables

docs/README_tr.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Deneyap Röle için Arduino kütüphanesidir.
1111

1212
| Adress | |
1313
| :--- | :--- |
14-
| 0x1A | varsayılan adres |
14+
| 0x0C | varsayılan adres |
1515
| 0x0D | ADR1 kısa devre yapıldığındaki adres |
1616
| 0x11 | ADR2 kısa devre yapıldığındaki adres |
1717
| 0x12 | ADR1 ve ADR2 kısa devre yapıldığındaki adres |
1818

1919
## :closed_book:Dokümanlar
2020
Deneyap Röle
2121

22-
Arduino Kütüphanesi Nasıl İndirilir
22+
[Arduino Kütüphanesi Nasıl İndirilir](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries)
2323

2424
## :pushpin:Deneyap Röle
2525
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.
@@ -34,6 +34,8 @@ Bu Arduino kütüphanesi Deneyap Rölenin I2C çevre birimi ile kullanılmasın
3434
## Sürüm Geçmişi
3535
1.0.0 - ilk sürüm
3636

37+
1.0.1 - library.properties dosyasının güncellenmesi
38+
3739
## :rocket:Donanım Bağlantıları
3840
- Deneyap Röle ile kullanılan geliştirme kartı I2C kablosu ile bağlanabilir
3941
- veya jumper kablolar ile 3V3, GND, SDA ve SCL bağlantıları yapılabilir.

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=Deneyap Role
2-
version=1.0.0
2+
version=1.0.1
33
author=RFtek Electronics <[email protected]>
4-
maintainer=RFtek Electronics <[email protected]>
5-
sentence=Library for Deneyap Relay
4+
maintainer=Turkish Technnology Team Foundation (T3)
5+
sentence=Arduino library for Deneyap Relay
66
paragraph=A simple and efficient library to use Deneyap Relay via I2C peripheral.
77
category=Device Control
88
url=https://github.com/deneyapkart/deneyap-role-arduino-library

src/Deneyap_Role.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
*****************************************************************************
33
@file Deneyap_Role.cpp
4-
@mainpage Deneyap Relay Arduino Library source file
4+
@mainpage Deneyap Relay Arduino library source file
55
@maintainer RFtek Electronics <[email protected]>
6-
@version v1.0.0
7-
@date June 21, 2022
6+
@version v1.0.1
7+
@date June 22, 2022
88
@brief Includes functions to control Deneyap Relay Arduino library
99
1010
Library includes:

src/Deneyap_Role.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
*****************************************************************************
33
@file Deneyap_Role.h
4-
@mainpage Deneyap Relay Arduino Library header file
5-
@version v1.0.0
6-
@date June 21, 2022
4+
@mainpage Deneyap Relay Arduino library header file
5+
@version v1.0.1
6+
@date June 22, 2022
77
@brief This file contains all function prototypes and macros
88
for Deneyap Relay Arduino library
99
*****************************************************************************

0 commit comments

Comments
 (0)