Skip to content

Commit 6e9efe9

Browse files
committed
libraries:Wire: Update copyright information
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 298a925 commit 6e9efe9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

libraries/Wire/Wire.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* License along with this library; if not, write to the Free Software
1818
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1919
*
20-
* Modified 2020 by Ajay Bhargav <[email protected]> for SiWi
20+
* Modified 2020 by Ajay Bhargav <[email protected]>
2121
*/
2222
#include "Arduino.h"
2323
#include "Wire.h"

libraries/Wire/Wire.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* License along with this library; if not, write to the Free Software
1818
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1919
*
20-
* Modified 16 Feb 2017 by Ajay Bhargav <ajay.bhargav@siwi.in>
20+
* Modified 16 Feb 2017 by Ajay Bhargav <ajay.bhargav@waybyte.in>
2121
*/
2222

2323
#ifndef TwoWire_h

libraries/Wire/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=Wire
22
version=0.1.0
33
author=Ajay Bhargav
44
maintainer=Ajay Bhargav <[email protected]>
5-
sentence=I2C library for SiWi GSM Modules. Allows the communication between devices or sensors connected via Two Wire Interface Bus.
5+
sentence=I2C library for LOGICROM Platform. Allows the communication between devices or sensors connected via Two Wire Interface Bus.
66
paragraph=
77
category=Signal Input/Output
88
url=http://arduino.cc/en/Reference/Wire

libraries/Wire/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# I2C Library For SiWi Modules
1+
# I2C Library For LOGICROM Platform
22
GSM module has one I2C channel and currently driver supports master mode I2C communication upto 400Khz.
33

44
## Debugging
55
To enable libary debug prints, just define `WIRE_DEBUG` in `wire.h` header file.
66
You can locate the header file in following path:
7-
`C:\Users\{user}\AppData\Local\Arduino15\packages\siwigsm\hardware\arm\{version}\libraries\Wire\`
7+
`C:\Users\{user}\AppData\Local\Arduino15\packages\logicrom\hardware\arm\{version}\libraries\Wire\`
88

99
Change line 32 from
1010
```c++
@@ -15,4 +15,4 @@ to
1515
#define WIRE_DEBUG
1616
```
1717

18-
The debug print shows information of low-level SIWISDK function calls and return values. Check errno.h for details on error codes.
18+
The debug print shows information of low-level LOGICROM function calls and return values. Check errno.h for details on error codes.

0 commit comments

Comments
 (0)