Skip to content

Commit a85d380

Browse files
committed
- Updated library manifests
1 parent cbe2a72 commit a85d380

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

library.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "EEPROMEx",
33
"keywords": "eeprom",
44
"description": "Extension of the standard Arduino EEPROM library for reading and writing basic types, structs, strings, arrays and more.",
5-
"include": "EEPROMEx",
65
"authors":
76
[
87
{
@@ -12,7 +11,7 @@
1211
"repository":
1312
{
1413
"type": "git",
15-
"url": "https://github.com/thijse/Arduino-Libraries.git"
14+
"url": "https://github.com/thijse/Arduino-EEPROMEx.git"
1615
},
1716
"frameworks": "arduino"
1817
}

library.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=EEPROMEx
22
version=1.0.0
33
author=Thijs Elenbaas
44
maintainer=Thijs Elenbaas
5-
sentence=Extension of the standard Arduino EEPROM library
6-
paragraph=Extension of the standard Arduino EEPROM library for reading and writing basic types, structs, strings, arrays and more.
5+
sentence=Extension of the standard Arduino EEPROM library.
6+
paragraph=Extended for reading and writing basic types, structs, strings, arrays and more.
77
category=Data Storage
8-
url=https://github.com/thijse/Arduino-Libraries/EEPROMEx
8+
url=http://playground.arduino.cc/Code/EEPROMex
99
architectures=*

0 commit comments

Comments
 (0)