MBot-0.1.0.0: Haskell interface to the mBot educational robot

Safe HaskellNone
LanguageHaskell2010

MBot

Documentation

setRGB :: Int -> Int -> Int -> Int -> Command Source #

data Line Source #

Constructors

LEFTB 
RIGHTB 
BOTHB 
BOTHW 

Instances

Eq Line Source # 

Methods

(==) :: Line -> Line -> Bool #

(/=) :: Line -> Line -> Bool #

Show Line Source # 

Methods

showsPrec :: Int -> Line -> ShowS #

show :: Line -> String #

showList :: [Line] -> ShowS #

data Command Source #

Constructors

MBotCommand Int Action Dev Int [Int]