Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to the Arduino Library Manager #29

Open
gusdleon opened this issue Jun 24, 2020 · 1 comment
Open

Add to the Arduino Library Manager #29

gusdleon opened this issue Jun 24, 2020 · 1 comment

Comments

@gusdleon
Copy link

gusdleon commented Jun 24, 2020

Hey Any plans to add this library to the Arduino Library Manager?
It looks ready to be added only needs the library.json file, to be complete

Thanks and I hope you consider this

@dalbert2
Copy link

With PlatformIO (and I assume it's the same for Arduino), for a directory structure like this:
lib/ESP8266Ping
lib/ESP8266Ping/library.json
lib/ESP8266Ping/include
lib/ESP8266Ping/include/ESP8266Ping.h
lib/ESP8266Ping/include/ESP8266Ping.impl.h

This is a sample library.json file:

{
    "name": "ESP8266Ping",
    "version": "1.0.0",
    "keywords": "ping",
    "description": "Ping for ESP8266",
    "repository": {
        "type": "git",
        "url": "https://github.com/dancol90/ESP8266Ping"
    },
    "frameworks": "arduino",
    "platforms": "esp8266",
    "build": {
        "libArchive": false,
		"flags": [
            "-Iinclude"
		]
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants