You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
Then what would you advise if we were to create such a repository?jfpoilpret– jfpoilpret2014-02-23 14:56:15 +00:00Commented Feb 23, 2014 at 14:56
-
Uh.... get started? What do you mean advise? It's basically a website. Maybe add a package-manager thing to the arduino text editor if you were really into it? The major issue, as always, is going to be getting people to actually use it.Connor Wolf– Connor Wolf2014-02-23 14:59:23 +00:00Commented Feb 23, 2014 at 14:59
-
1Frankly, even if you add a fancypants package manager to the arduino text editor, I don't know what kind of adoption you're going to get, because the arduino editor is horrible, and people tend to stop using it in fairly short order. As such, you'd almost need a separate package manager, so I'd almost just say a basic web-site with a index of libraries, a short blurb, and links to where they're actually hosted is the best bet.Connor Wolf– Connor Wolf2014-02-23 15:01:05 +00:00Commented Feb 23, 2014 at 15:01
-
That was my idea too, the purpose would not be to host libraries but rather keep references to them, along with useful metadata. Regarding Arduino IDE, I agree, I don't use it very often, but an external tool should be easy to integrate with it later on.jfpoilpret– jfpoilpret2014-02-23 15:05:49 +00:00Commented Feb 23, 2014 at 15:05
-
@jfpoilpret - The issue with an external tool is, as with package managers, dependency resolution and version requirement management. The arduino people don't seem too bothered by maintaining backwards compatibility, and lots of libraries require "arduino verson {blah}". I really think just a list of references is the best bet. Any more complex stuff can come later.Connor Wolf– Connor Wolf2014-02-23 15:07:30 +00:00Commented Feb 23, 2014 at 15:07
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. arduino-uno), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-cpp