avr-shake-0.0.1.1: AVR Crosspack actions for shake build systems.

Safe HaskellNone
LanguageHaskell98

System.Command.AVRDUDE

Documentation

data Dir Source

Constructors

In 
Out 

data Op dir where Source

Constructors

R :: Op Out 
V :: Op Out 
W :: Op In 

action :: MemType -> Op dir -> t -> Format dir t -> Actions Source