Safe Haskell | None |
---|---|
Language | Haskell98 |
System.Hardware.Blink1.Types
- data RGB a = RGB {}
- type RGB8 = RGB Word8
- black :: RGB8
- newtype Delay = Delay {}
- second :: Delay
- newtype PatternStep = PatternStep {
- patternStep :: Word8
- data EEPROMAddr
- serialNumLen :: Word8
- newtype LED = LED {}
Documentation
time is measured in centiseconds
Constructors
Delay | |
Fields |
newtype PatternStep Source
positions are counted 0-11 on mk1, 0-31 on mk2
Constructors
PatternStep | |
Fields
|