X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Tasks%2FExamples.dcl;h=bf962cd2d170a11aa29d1b681216a51f198ed79a;hb=8246c6551faa818be7a58638dbbc2e521f21c454;hp=6c099ddc449cba2e410aff5e134735dca9498813;hpb=1e4c58b59800c21747181bb0c437c6cc47c47dec;p=mTask.git diff --git a/Tasks/Examples.dcl b/Tasks/Examples.dcl index 6c099dd..bf962cd 100644 --- a/Tasks/Examples.dcl +++ b/Tasks/Examples.dcl @@ -5,7 +5,10 @@ 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) +readDPin :: DigitalPin -> Main (ByteCode () Stmt) allmTasks :: Map String (Task (Main (ByteCode () Stmt)))