(WIP) add CBD language

This commit is contained in:
Joeri Exelmans 2024-11-05 13:54:42 +01:00
parent a89fe4bb71
commit 641e4b9810
6 changed files with 289 additions and 0 deletions

View file

@ -0,0 +1,8 @@
d0s:IntState {
state = 0;
}
d1s:IntState {
state = 1;
}
:delay2State (d0 -> d0s)
:delay2State (d1 -> d1s)