myo-0.2.0.0: Haskell binding to the Myo armband

Safe HaskellNone
LanguageHaskell2010

Myo.WebSockets.Types

Contents

Synopsis

Documentation

data EMG Source

Constructors

EMG Int8 

Instances

data Arm Source

Constructors

Arm_Left 
Arm_Right 

Instances

data Frame Source

Constructors

Evt Event 
Cmd Command 
Ack Acknowledgement 

Lenses

mye_type :: Functor f => (EventType -> f EventType) -> Event -> f Event