X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Tasks%2FExamples.dcl;h=bf962cd2d170a11aa29d1b681216a51f198ed79a;hb=de76c5f5ac6a0c4291b51d5b2c16e3611b5c99e3;hp=f3a8a3a38fbc2395de2b48df06dc049cc29f0f43;hpb=5f4c4b61ea1e4062e90715af9e1027da6d1c7a66;p=mTask.git diff --git a/Tasks/Examples.dcl b/Tasks/Examples.dcl index f3a8a3a..bf962cd 100644 --- a/Tasks/Examples.dcl +++ b/Tasks/Examples.dcl @@ -5,8 +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)))