Skip to content

Commit 75a0491

Browse files
committed
...
1 parent e96f414 commit 75a0491

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

arduino/run.sh

+5
Original file line numberDiff line numberDiff line change
@@ -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

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
https://www.microsoft.com/de-de/evalcenter/evaluate-windows-server-2022
2+
3+
# ISO Method
4+
https://go.microsoft.com/fwlink/p/?linkid=2195686&clcid=0x407&culture=de-de&country=de
5+
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

Comments
 (0)