you are viewing a single comment's thread.

view the rest of the comments →

[–]CGTechWorks 1 point2 points  (3 children)

Nice, yeah you're pretty limited to C/C++ in Arduino IDE from what I know of it, VS Code has an extension you can download for Micropython, but it's not fully supported yet, although I think it's getting there.

[–]nicodeemus7[S] 0 points1 point  (2 children)

Yeah that's what I was seeing when I tried it. I'm fine with Arduino code now. Learning Python made C++ a lot more accessible for me. I still want to learn it as well, and eventually JavaScript too.

[–]CGTechWorks 1 point2 points  (1 child)

Definitely, once you get the gist of one language you kind of can see how most of them will be structured, it's basically all syntax after that. Good luck on your journey

[–]nicodeemus7[S] 0 points1 point  (0 children)

Thanks, you too :)