Copyright | (c) Marc Fontaine 2017 |
---|---|
License | BSD3 |
Maintainer | Marc.Fontaine@gmx.de |
Stability | experimental |
Portability | GHC-only |
Safe Haskell | None |
Language | Haskell2010 |
Functions for initializing, reseting and mode-change of the STLink dongle.
Documentation
initDongle :: STL () Source #
Init the dongle and set debug mode. A Haskell translation of the same function in the openocd library.
readVersion :: STL Version Source #
readVoltage :: STL Float Source #