STM32-Zombie-0.1.1: control a STM32F103 microcontroller

Copyright(c) Marc Fontaine 2017
LicenseBSD3
MaintainerMarc.Fontaine@gmx.de
Stabilityexperimental
PortabilityGHC-only
Safe HaskellNone
LanguageHaskell2010

STM32.MachineInterface

Description

At the moment there is just one implementation for the MachineInterface namely STM32.MachineInterfaceSTLinkUSB. All direct communication with the microcontroller runs through this API.

Documentation

type MI a = STLT IO a Source #

runMI :: MI a -> IO a Source #

poke_w16 :: Addr -> Word16 -> MI () Source #

poke_w32 :: Addr -> Word32 -> MI () Source #