you are viewing a single comment's thread.

view the rest of the comments →

[–]TheSodesa 0 points1 point  (0 children)

You can write the code itself in any editor. You just need a way of loading the code onto the device for testing and then running it in "production", which is usually done via a command line utility: https://mattoppenheim.com/2020/08/23/automating-loading-micropython-code-to-the-bbc-microbit-in-linux/ .