mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Update maintainer info
This commit is contained in:
parent
d98efdbced
commit
79e0aa361a
@ -1,7 +1,7 @@
|
|||||||
name=EEPROM
|
name=EEPROM
|
||||||
version=1.0
|
version=1.0
|
||||||
author=Ivan Grokhotkov
|
author=Ivan Grokhotkov
|
||||||
maintainer=Ivan Grokhotkov
|
maintainer=Ivan Grokhotkov <ivan@esp8266.com>
|
||||||
sentence=Enables reading and writing data to the permanent FLASH storage, up to 4kb.
|
sentence=Enables reading and writing data to the permanent FLASH storage, up to 4kb.
|
||||||
paragraph=
|
paragraph=
|
||||||
url=http://arduino.cc/en/Reference/EEPROM
|
url=http://arduino.cc/en/Reference/EEPROM
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
ESP8266 Multicast DNS (port of CC3000 Multicast DNS library)
|
ESP8266 Multicast DNS (port of CC3000 Multicast DNS library)
|
||||||
Version 1.1
|
Version 1.1
|
||||||
Copyright (c) 2013 Tony DiCola (tony@tonydicola.com)
|
Copyright (c) 2013 Tony DiCola (tony@tonydicola.com)
|
||||||
ESP8266 port (c) 2015 Ivan Grokhotkov (igrokhotkov@gmail.com)
|
ESP8266 port (c) 2015 Ivan Grokhotkov (ivan@esp8266.com)
|
||||||
|
|
||||||
License (MIT license):
|
License (MIT license):
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
ESP8266 Multicast DNS (port of CC3000 Multicast DNS library)
|
ESP8266 Multicast DNS (port of CC3000 Multicast DNS library)
|
||||||
Version 1.1
|
Version 1.1
|
||||||
Copyright (c) 2013 Tony DiCola (tony@tonydicola.com)
|
Copyright (c) 2013 Tony DiCola (tony@tonydicola.com)
|
||||||
ESP8266 port (c) 2015 Ivan Grokhotkov (igrokhotkov@gmail.com)
|
ESP8266 port (c) 2015 Ivan Grokhotkov (ivan@esp8266.com)
|
||||||
|
|
||||||
This is a simple implementation of multicast DNS query support for an Arduino
|
This is a simple implementation of multicast DNS query support for an Arduino
|
||||||
running on ESP8266 chip. Only support for resolving address queries is currently
|
running on ESP8266 chip. Only support for resolving address queries is currently
|
||||||
|
@ -31,7 +31,7 @@ See the included MDNS + HTTP server sketch for a full example.
|
|||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
Copyright (c) 2013 Tony DiCola (tony@tonydicola.com)
|
Copyright (c) 2013 Tony DiCola (tony@tonydicola.com)
|
||||||
ESP8266 port (c) 2015 Ivan Grokhotkov (igrokhotkov@gmail.com)
|
ESP8266 port (c) 2015 Ivan Grokhotkov (ivan@esp8266.com)
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name=Ticker
|
name=Ticker
|
||||||
version=1.0
|
version=1.0
|
||||||
author=Ivan Grokhtokov <igrokhotkov@gmail.com>
|
author=Ivan Grokhtokov <ivan@esp8266.com>
|
||||||
maintainer=Ivan Grokhtokov <igrokhotkov@gmail.com>
|
maintainer=Ivan Grokhtokov <ivan@esp8266.com>
|
||||||
sentence=Allows to call functions with a given interval.
|
sentence=Allows to call functions with a given interval.
|
||||||
paragraph=
|
paragraph=
|
||||||
url=
|
url=
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
Modified 2012 by Todd Krein (todd@krein.org) to implement repeated starts
|
Modified 2012 by Todd Krein (todd@krein.org) to implement repeated starts
|
||||||
Modified December 2014 by Ivan Grokhotkov - esp8266 support
|
Modified December 2014 by Ivan Grokhotkov (ivan@esp8266.com) - esp8266 support
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
Modified 2012 by Todd Krein (todd@krein.org) to implement repeated starts
|
Modified 2012 by Todd Krein (todd@krein.org) to implement repeated starts
|
||||||
|
Modified December 2014 by Ivan Grokhotkov (ivan@esp8266.com) - esp8266 support
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef TwoWire_h
|
#ifndef TwoWire_h
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
name=Wire
|
name=Wire
|
||||||
version=1.0
|
version=1.0
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Ivan Grokhotkov <ivan@esp8266.com>
|
||||||
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For all Arduino boards, BUT Arduino DUE.
|
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For esp8266 boards.
|
||||||
paragraph=
|
paragraph=
|
||||||
url=http://arduino.cc/en/Reference/Wire
|
url=http://arduino.cc/en/Reference/Wire
|
||||||
architectures=esp8266
|
architectures=esp8266
|
||||||
|
Loading…
x
Reference in New Issue
Block a user