add arduino uno compatability
[mTask.git] / Utils / SDS.dcl
index 7020451..785af5d 100644 (file)
@@ -4,8 +4,6 @@ import Shares.mTaskShare
 import Devices.mTaskDevice
 import iTasks
 
-derive class iTask MTaskShare, BCState
-
 memoryShare :: String a -> Shared a | iTask a
 
 deviceStore :: Shared [MTaskDevice]
@@ -13,5 +11,4 @@ sdsStore :: Shared [MTaskShare]
 bcStateStore :: Shared BCState
 mTaskTaskStore :: Shared [String]
 
-getSDSStore :: MTaskShare -> Shared Int
 getSDSRecord :: Int -> Task MTaskShare