cnlohr / esp82xx

Useful ESP8266 C Environment
Other
289 stars 107 forks source link

Include other esp related libraries #47

Open con-f-use opened 7 years ago

con-f-use commented 7 years ago

When issue #45 is done, I think the code for ws2812, usb and ethernet could be included in esp82xx. Maybe even NTSC (broadcast, S-Video output).

cnlohr commented 7 years ago

What do you mean by "included in"

Also, is github not case-sensitive when it comes to paths and projects?

con-f-use commented 7 years ago

I mean, one could make generalized libraries and add them as an optional part.

Why are you asking about case sensitivity? Did I miss some upper-lower-case stuff somewhere?

cnlohr commented 7 years ago

Though that is possible, I really don't understand how I'd do it. The ESP is very limited and all of those projects are very large. Wouldn't be able to support multiple projects per ESP.