import de fichiers

This commit is contained in:
2024-02-28 11:40:09 +01:00
parent 25610fd4fa
commit 88aced27bf
112 changed files with 3678 additions and 0 deletions

26
schemas_v1/pulse.ccs Normal file
View File

@@ -0,0 +1,26 @@
{
"blocs": {
"pulse": {
"type": "Pulse",
"valeur": 24.0,
"periode": 1.0,
"x": 0,
"y": 500
},
"p0-1": {
"type": "P0",
"valeur": 0.0,
"x": 400,
"y": 500
},
"l": {
"type": "Lampe",
"x": 250,
"y": 500
}
},
"cables": [
["pulse", "d", "l", "g"],
["l", "d", "p0-1", "g"]
]
}