| Copyright | (c) Marc Fontaine 2017 |
|---|---|
| License | BSD3 |
| Maintainer | Marc.Fontaine@gmx.de |
| Stability | experimental |
| Portability | GHC-only |
| Safe Haskell | None |
| Language | Haskell2010 |
STM32.STLinkUSB.TwoBoards
Description
Using two Boards/Dongles in parallel.
Documentation
runSTLinkWithAB :: (Device, Device) -> (DeviceHandle -> STLinkEnv, DeviceHandle -> STLinkEnv) -> ((STLinkEnv, STLinkEnv) -> IO a) -> IO a Source #
testTwoBoards :: IO () Source #