hopefully improved tcp and serial connection
[mTask.git] / Tasks / Examples.dcl
index f3a8a3a..414fd68 100644 (file)
@@ -8,5 +8,6 @@ blink :: UserLED -> 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)))