first commit

This commit is contained in:
2025-09-24 12:40:09 +02:00
commit 47eb9d880f
429 changed files with 49841 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"version":3,"sources":["index.css"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"src.77de5100.css","sourceRoot":"../src","sourcesContent":["body {\n padding: 0 16px;\n font-family: 'Roboto', sans-serif;\n width: 100%;\n box-sizing: border-box;\n}\n\n.app-container {\n width: 700px;\n max-width: 100%;\n}\n\n.toolbar {\n padding: 4px;\n display: flex;\n background-color: #ddd;\n box-sizing: border-box;\n width: 100%;\n}\n\n.toolbar > button {\n margin-right: 4px;\n}\n\n.spacer {\n flex: 1;\n}\n\n.code-editor {\n width: 100%;\n max-width: 100%;\n height: 300px;\n box-sizing: border-box;\n border: 1px solid grey;\n}\n\n.compiler-output {\n width: 100%;\n box-sizing: border-box;\n padding: 8px 12px;\n max-height: 160px;\n overflow: auto;\n}\n\n.compiler-output pre {\n margin: 0;\n white-space: pre-line;\n}\n\n#serial-output-text {\n color: blue;\n}\n"]}