We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96f414 commit 75a0491Copy full SHA for 75a0491
arduino/run.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
4
+arduino-cli compile --fqbn arduino:avr:uno Main
5
+arduino-cli upload --fqbn arduino:avr:uno -p /dev/ttyACM0 Main
os/win/README.md
@@ -0,0 +1,12 @@
+https://www.microsoft.com/de-de/evalcenter/evaluate-windows-server-2022
+# ISO Method
+https://go.microsoft.com/fwlink/p/?linkid=2195686&clcid=0x407&culture=de-de&country=de
6
+# Behind the Data-Wall
7
+https://www.microsoft.com/de-de/evalcenter/download-windows-server-2022
8
9
+# ISO US EN
10
+https://go.microsoft.com/fwlink/p/?LinkID=2195280&clcid=0x409&culture=en-us&country=US
11
12
+ curl -L -o win2022en.iso 'https://go.microsoft.com/fwlink/p/?LinkID=2195280&clcid=0x409&culture=en-us&country=US'
0 commit comments