non linux¶
csharp¶
arduino on win32¶
The Windows Store's version of the Arduino IDE is not supported because of the sandbox environment that the application runs in.
powershell¶
i'm going to share a powershell app here later, have to review it and make a screencast so it makes sense, it's got so many features it's just wrong... i started to port it to csharp, python and go because then it will make sense, something about building a full app in powershell seems wrong, but maybe it's not... people do full stack with javascript which used to feel very wrong to my delicate sensibilities lol
powershell is designed to be too powerful & hacked easily, so it's hard to use & locked down
this allows you to run your own code without growing old & dying trying to setup signatures
Set-ExecutionPolicy Restricted
Set-ExecutionPolicy Unrestricted -Scope CurrentUser