Arduino IDE?? #607
Replies: 2 comments 1 reply
-
I'm converting this to a Q&A Discussion. |
Beta Was this translation helpful? Give feedback.
-
@themindfactory Circling back to this in an attempt to give "an" answer, assuming that with "editing" you also mean "compiling and flashing":
The code itself can be modified in any editor you choose and is compiled by a "regular" C++ cross compiler in the end. However, PlatformIO does a lot of heavy lifting needed to make sure that whatever is needed to make that compilation succeed is in place. All of that would have to somehow be ported to another build context if one would want to use one. Not impossible in principle but certainly not easy. Also, when it comes to Arduino IDE, we may be doing some things with PlatformIO that Arduino IDE just doesn't support; I have to add to that that I don't know enough about Arduino IDE to be able to make any definitive statement about this. |
Beta Was this translation helpful? Give feedback.
-
Not an issue a questions, is there an easy way to download and use this source code in Arduino IDE?
Richard.
Beta Was this translation helpful? Give feedback.
All reactions