News

Plug your arduino into your computer. Look on the blue tool bar at the bottom of VS Code. You should see some clickable button named <Select Programmer>, <Select Board Type>, <Select Serial ...
This is not an appropriate time to be doing pinMode or digitalWrite because init() has not been called yet. Who knows what init will do with pins? It might set them all to inputs, for example ...