Replies: 2 comments 1 reply
-
I'm very intrigued. I see three options A and B both suffer from tight coupling and we risk locking users to snippets which they might not want. |
Beta Was this translation helpful? Give feedback.
-
That shouldn't be a problem at all. |
Beta Was this translation helpful? Give feedback.
-
It is quite easy to add useful micropython code snippets to Pymakr.
Add a reference in package.json and add another file with the snippets.
That would allow for a simple way to share reusable code fragments for both Pycom and other firmwares.
It would be useful to have an agreed way to identify specific firmware or hardware dependencies but I think that would be quite achievable.
Adding a code snippet requires just adding the snippet to the snippets.json file, and requires no code change.
Alternatively other extensions can be used to separate this from pymakr,.
Do you think this is useful?
What types of code snippets or samples would you like to use?
Beta Was this translation helpful? Give feedback.
All reactions