update
[mTask.git] / Tasks / Examples.dcl
index 6c099dd..e689081 100644 (file)
@@ -3,9 +3,14 @@ definition module Tasks.Examples
 from Data.Map import :: Map
 import mTask
 
+pinShare :: Main (ByteCode () Stmt)
+faculty :: Int -> Main (ByteCode () Stmt)
 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)))