X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Tasks%2FExamples.dcl;h=bf962cd2d170a11aa29d1b681216a51f198ed79a;hb=feacd1b50fca9624284f8b8c22c26d7a8071515d;hp=414fd6858096019175f865f1dd905ee0618e61ad;hpb=8133c7b8c11f10c4ca306af5716b2d16233d962b;p=mTask.git diff --git a/Tasks/Examples.dcl b/Tasks/Examples.dcl index 414fd68..bf962cd 100644 --- a/Tasks/Examples.dcl +++ b/Tasks/Examples.dcl @@ -5,6 +5,7 @@ import mTask countAndLed :: Main (ByteCode () Stmt) blink :: UserLED -> Main (ByteCode () Stmt) +count :: Main (ByteCode () Stmt) blinkShare :: Main (ByteCode () Stmt) ledtOn :: UserLED -> Main (ByteCode () Stmt) ledtOff :: UserLED -> Main (ByteCode () Stmt)