mirror of
https://github.com/JonasunderscoreJones/PI-server-rack.git
synced 2025-10-23 01:29:18 +02:00
initial project structure
This commit is contained in:
parent
7179e83fa2
commit
bde52a6e9b
17 changed files with 104 additions and 13 deletions
1
arduino/README.md
Normal file
1
arduino/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Arduno module
|
9
arduino/arduino.ino
Normal file
9
arduino/arduino.ino
Normal file
|
@ -0,0 +1,9 @@
|
|||
void setup() {
|
||||
// put your setup code here, to run once:
|
||||
|
||||
}
|
||||
|
||||
void loop() {
|
||||
// put your main code here, to run repeatedly:
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue