Skip to content

Commit 1922814

Browse files
committed
Update maintainer info
1 parent 2b2a413 commit 1922814

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

hardware/esp8266com/esp8266/libraries/EEPROM/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=EEPROM
22
version=1.0
33
author=Ivan Grokhotkov
4-
maintainer=Ivan Grokhotkov
4+
maintainer=Ivan Grokhotkov <[email protected]>
55
sentence=Enables reading and writing data to the permanent FLASH storage, up to 4kb.
66
paragraph=
77
url=http://arduino.cc/en/Reference/EEPROM

hardware/esp8266com/esp8266/libraries/ESP8266mDNS/ESP8266mDNS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ESP8266 Multicast DNS (port of CC3000 Multicast DNS library)
44
Version 1.1
55
Copyright (c) 2013 Tony DiCola ([email protected])
6-
ESP8266 port (c) 2015 Ivan Grokhotkov (igrokhotkov@gmail.com)
6+
ESP8266 port (c) 2015 Ivan Grokhotkov (ivan@esp8266.com)
77
88
License (MIT license):
99
Permission is hereby granted, free of charge, to any person obtaining a copy

hardware/esp8266com/esp8266/libraries/ESP8266mDNS/ESP8266mDNS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ESP8266 Multicast DNS (port of CC3000 Multicast DNS library)
33
Version 1.1
44
Copyright (c) 2013 Tony DiCola ([email protected])
5-
ESP8266 port (c) 2015 Ivan Grokhotkov (igrokhotkov@gmail.com)
5+
ESP8266 port (c) 2015 Ivan Grokhotkov (ivan@esp8266.com)
66
77
This is a simple implementation of multicast DNS query support for an Arduino
88
running on ESP8266 chip. Only support for resolving address queries is currently

hardware/esp8266com/esp8266/libraries/ESP8266mDNS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ See the included MDNS + HTTP server sketch for a full example.
3131
License
3232
-------
3333
Copyright (c) 2013 Tony DiCola ([email protected])
34-
ESP8266 port (c) 2015 Ivan Grokhotkov (igrokhotkov@gmail.com)
34+
ESP8266 port (c) 2015 Ivan Grokhotkov (ivan@esp8266.com)
3535

3636
Permission is hereby granted, free of charge, to any person obtaining a copy
3737
of this software and associated documentation files (the "Software"), to deal

hardware/esp8266com/esp8266/libraries/Ticker/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=Ticker
22
version=1.0
3-
author=Ivan Grokhtokov <igrokhotkov@gmail.com>
4-
maintainer=Ivan Grokhtokov <igrokhotkov@gmail.com>
3+
author=Ivan Grokhtokov <ivan@esp8266.com>
4+
maintainer=Ivan Grokhtokov <ivan@esp8266.com>
55
sentence=Allows to call functions with a given interval.
66
paragraph=
77
url=

hardware/esp8266com/esp8266/libraries/Wire/Wire.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1818
1919
Modified 2012 by Todd Krein ([email protected]) to implement repeated starts
20-
Modified December 2014 by Ivan Grokhotkov - esp8266 support
20+
Modified December 2014 by Ivan Grokhotkov ([email protected]) - esp8266 support
2121
*/
2222

2323
extern "C" {

hardware/esp8266com/esp8266/libraries/Wire/Wire.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1818
1919
Modified 2012 by Todd Krein ([email protected]) to implement repeated starts
20+
Modified December 2014 by Ivan Grokhotkov ([email protected]) - esp8266 support
2021
*/
2122

2223
#ifndef TwoWire_h
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=Wire
22
version=1.0
33
author=Arduino
4-
maintainer=Arduino <[email protected]>
5-
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For all Arduino boards, BUT Arduino DUE.
4+
maintainer=Ivan Grokhotkov <[email protected]>
5+
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For esp8266 boards.
66
paragraph=
77
url=http://arduino.cc/en/Reference/Wire
88
architectures=esp8266

0 commit comments

Comments
 (0)