commit c523b59e90c70df7bf6048488ea81fb06d5490ae Author: bonamin Date: Thu Dec 26 19:29:09 2024 +0200 Initiaze of Project Vesper diff --git a/vesper.ino b/vesper.ino new file mode 100644 index 0000000..95c2b6e --- /dev/null +++ b/vesper.ino @@ -0,0 +1,9 @@ +void setup() { + // put your setup code here, to run once: + +} + +void loop() { + // put your main code here, to run repeatedly: + +}