add pins to spec
[mTask.git] / mTaskInterpret.dcl
index fe68463..c4dadfb 100644 (file)
@@ -34,9 +34,11 @@ from Generics.gCons import class gCons, generic conses, generic consName, generi
        | OnInterrupt Int
 
 :: MTaskDeviceSpec =
-               {haveLed :: Bool
-               ,haveAio :: Bool
-               ,haveDio :: Bool
+               {haveLed     :: Bool
+               ,haveAio     :: Bool
+               ,haveDio     :: Bool
+               ,aPins       :: Int
+               ,dPins       :: Int
                ,bytesMemory :: Int
        }